#DEBB4E

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

Shades of Ronchi #DEBB4E

Tints of Ronchi #DEBB4E

Color information

#DEBB4E (or 0xDEBB4E) is unknown color: approx Ronchi. HEX triplet: DE, BB and 4E. RGB value is (222,187,78). Sum of RGB (Red+Green+Blue) = 222+187+78=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 78 (30.86% from 255 or 16.02% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DEBB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEBB4E is #2144B1. Grayscale: #B9B9B9. Windows color (decimal): -2180274 or 5159902. OLE color: 5159902.

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

Color convert

RGB22218778-
CMYK00.160.650.13
HSL45.42º68.57%58.82%-
HSV(B)45.42º64.86%87.06%-
XYZ49.2751.6214.57-
YUV185.0467.6154.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.59%
GREEN value IS 187 (73.44% from 255) = 38.40%
BLUE value IS 78 (30.86% from 255) = 16.02%
R=45.59%
G=38.40%
B=16.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221877800.160.650.1345.4268.5758.82
HexDEBB4E01041D2d453b
Octal336273116020101155510573
Binary11011110101110111001110010000100000111011011011000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEBB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEBB4E; }

 p { color: rgb(222,187,78); }

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

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

 a { background-color: rgb(222,187,78); }

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

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

 span { border-color: rgb(222,187,78); }

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