Html Css Color HEX #DBAF87 Calico

📋 copy color: '#DBAF87'

red 219 ◦ green 175 ◦ blue 135

#DBAF87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Calico #DBAF87

Tints of Calico #DBAF87

RGB

 RED value IS 219 (85.94% from 255) = 41.4%

 GREEN value IS 175 (68.75% from 255) = 33.08%

 BLUE value IS 135 (53.13% from 255) = 25.52%

R = 41.4%
G = 33.08%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DBAF87 (or 0xDBAF87) is known color: Calico. HEX triplet: DB, AF and 87. RGB value is (219,175,135). Sum of RGB (Red+Green+Blue) = 219+175+135=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 175 (68.75% from 255 or 33.08% from 529); Blue value is 135 (53.12% from 255 or 25.52% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF87 is #245078. Grayscale: #B7B7B7. Windows color (decimal): -2379897 or 8892379. OLE color: 8892379.

HSL color Cylindrical-coordinate representation of color #DBAF87: hue angle of 28.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DBAF87 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 175 135 -
CMYK 0 0.20 0.38 0.14
HSL 28.57º 0.54% 0.69% -
HSV(B) 28.57º 0.38% 0.86% -
XYZ 48.92 47.47 29.51 -
YUV 183.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 219 175 135 0 0.20 0.38 0.14 28.57 0.54 0.69
Hex DB AF 87 0 14 26 E 1D 36 45
Octal 333 257 207 0 24 46 16 35 66 105
Binary 11011011 10101111 10000111 0 10100 100110 1110 11101 110110 1000101

Color Harmonies of #DBAF87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAF87

Black with #DBAF87

Text Example


Text Example

White with #DBAF87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAF87; }

 p { color: rgb(219,175,135); }

 H1.HeaderClassName
 {
   color: #DBAF87;
 }
 .AnyTagClassName
 {
   color: #DBAF87;
 }
</style>

background-color css

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

 a { background-color: rgb(219,175,135); }

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

border-color css

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

 span { border-color: rgb(219,175,135); }

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