#DEB64B

Color #DEB64B Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #DEB64B

Tints of Ronchi #DEB64B

Color information

#DEB64B (or 0xDEB64B) is unknown color: approx Ronchi. HEX triplet: DE, B6 and 4B. RGB value is (222,182,75). Sum of RGB (Red+Green+Blue) = 222+182+75=479 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.35% from 479); Green value is 182 (71.48% from 255 or 38.00% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB64B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB64B is #2149B4. Grayscale: #B6B6B6. Windows color (decimal): -2181557 or 4962014. OLE color: 4962014.

HSL color Cylindrical-coordinate representation of color #DEB64B: hue angle of 43.67º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DEB64B is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22218275-
CMYK00.180.660.13
HSL43.67º69.01%58.24%-
HSV(B)43.67º66.22%87.06%-
XYZ48.1249.4913.67-
YUV181.7667.75156.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 46.35%
GREEN value IS 182 (71.48% from 255) = 38.00%
BLUE value IS 75 (29.69% from 255) = 15.66%
R=46.35%
G=38.00%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221827500.180.660.1343.6769.0158.24
HexDEB64B01242D2c453a
Octal336266113022102155410572
Binary11011110101101101001011010010100001011011011001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB64B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB64B; }

 p { color: rgb(222,182,75); }

 H1.HeaderClassName
 {
   color: #DEB64B;
 }
 .AnyTagClassName
 {
   color: #DEB64B;
 }
</style>
background-color css

<style>
 a { background-color: #DEB64B; }

 a { background-color: rgb(222,182,75); }

 div.DivClassName
 {
   background-color: #DEB64B;
 }
 .BgClassName
 {
   background-color: #DEB64B;
 }
</style>
border-color css

<style>
 span { border-color: #DEB64B; }

 span { border-color: rgb(222,182,75); }

 td.TdClassName
 {
   border-color: #DEB64B;
 }
 .TagClassName
 {
   border-color: #DEB64B;
 }
</style>