#DBB27E

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

Shades of Calico #DBB27E

Tints of Calico #DBB27E

Color information

#DBB27E (or 0xDBB27E) is unknown color: approx Calico. HEX triplet: DB, B2 and 7E. RGB value is (219,178,126). Sum of RGB (Red+Green+Blue) = 219+178+126=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 178 (69.92% from 255 or 34.03% from 523); Blue value is 126 (49.61% from 255 or 24.09% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB27E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBB27E is #244D81. Grayscale: #B8B8B8. Windows color (decimal): -2379138 or 8303323. OLE color: 8303323.

HSL color Cylindrical-coordinate representation of color #DBB27E: hue angle of 33.55º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBB27E is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB219178126-
CMYK00.190.420.14
HSL33.55º56.36%67.65%-
HSV(B)33.55º42.47%85.88%-
XYZ48.948.4126.5-
YUV184.3395.08152.73-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 178 (69.92% from 255) = 34.03%
BLUE value IS 126 (49.61% from 255) = 24.09%
R=41.87%
G=34.03%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917812600.190.420.1433.5556.3667.65
HexDBB27E0132AE223844
Octal33326217602352164270104
Binary1101101110110010111111001001110101011101000101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB27E; }

 p { color: rgb(219,178,126); }

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

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

 a { background-color: rgb(219,178,126); }

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

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

 span { border-color: rgb(219,178,126); }

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