#DEB64C

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

Shades of Ronchi #DEB64C

Tints of Ronchi #DEB64C

Color information

#DEB64C (or 0xDEB64C) is unknown color: approx Ronchi. HEX triplet: DE, B6 and 4C. RGB value is (222,182,76). Sum of RGB (Red+Green+Blue) = 222+182+76=480 (63% of max value = 765). Red value is 222 (87.11% from 255 or 46.25% from 480); Green value is 182 (71.48% from 255 or 37.92% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB64C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DEB64C is #2149B3. Grayscale: #B6B6B6. Windows color (decimal): -2181556 or 5027550. OLE color: 5027550.

HSL color Cylindrical-coordinate representation of color #DEB64C: hue angle of 43.56º 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 #DEB64C is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.13.

Color convert

RGB22218276-
CMYK00.180.660.13
HSL43.56º68.87%58.43%-
HSV(B)43.56º65.77%87.06%-
XYZ48.1649.5113.86-
YUV181.8868.25156.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 46.25%
GREEN value IS 182 (71.48% from 255) = 37.92%
BLUE value IS 76 (30.08% from 255) = 15.83%
R=46.25%
G=37.92%
B=15.83%

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
Decimal2221827600.180.660.1343.5668.8758.43
HexDEB64C01242D2c453a
Octal336266114022102155410572
Binary11011110101101101001100010010100001011011011001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEB64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEB64C; }

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

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

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

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

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

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

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

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