Html Css Color HEX #D6B587 Calico

📋 copy color: '#D6B587'

red 214 ◦ green 181 ◦ blue 135

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

Shades of Calico #D6B587

Tints of Calico #D6B587

RGB

 RED value IS 214 (83.98% from 255) = 40.38%

 GREEN value IS 181 (71.09% from 255) = 34.15%

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

R = 40.38%
G = 34.15%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D6B587 (or 0xD6B587) is known color: Calico. HEX triplet: D6, B5 and 87. RGB value is (214,181,135). Sum of RGB (Red+Green+Blue) = 214+181+135=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B587 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B587 is #294A78. Grayscale: #B9B9B9. Windows color (decimal): -2706041 or 8893910. OLE color: 8893910.

HSL color Cylindrical-coordinate representation of color #D6B587: hue angle of 34.94º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D6B587 is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 181 135 -
CMYK 0 0.15 0.37 0.16
HSL 34.94º 0.49% 0.68% -
HSV(B) 34.94º 0.37% 0.84% -
XYZ 48.63 49.09 29.83 -
YUV 185.62 99.43 148.24 -
System Red Green Blue C M Y K H S L
Decimal 214 181 135 0 0.15 0.37 0.16 34.94 0.49 0.68
Hex D6 B5 87 0 F 25 10 23 31 44
Octal 326 265 207 0 17 45 20 43 61 104
Binary 11010110 10110101 10000111 0 1111 100101 10000 100011 110001 1000100

Color Harmonies of #D6B587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B587

Black with #D6B587

Text Example


Text Example

White with #D6B587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B587; }

 p { color: rgb(214,181,135); }

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

background-color css

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

 a { background-color: rgb(214,181,135); }

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

border-color css

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

 span { border-color: rgb(214,181,135); }

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