Html Css Color HEX #D6AD89 Calico

📋 copy color: '#D6AD89'

red 214 ◦ green 173 ◦ blue 137

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

Shades of Calico #D6AD89

Tints of Calico #D6AD89

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.02%

 BLUE value IS 137 (53.91% from 255) = 26.15%

R = 40.84%
G = 33.02%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6AD89 (or 0xD6AD89) is known color: Calico. HEX triplet: D6, AD and 89. RGB value is (214,173,137). Sum of RGB (Red+Green+Blue) = 214+173+137=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6AD89 is #295276. Grayscale: #B5B5B5. Windows color (decimal): -2708087 or 9022934. OLE color: 9022934.

HSL color Cylindrical-coordinate representation of color #D6AD89: hue angle of 28.05º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6AD89 is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 173 137 -
CMYK 0 0.19 0.36 0.16
HSL 28.05º 0.48% 0.69% -
HSV(B) 28.05º 0.36% 0.84% -
XYZ 47.19 45.99 30.06 -
YUV 181.16 103.08 151.43 -
System Red Green Blue C M Y K H S L
Decimal 214 173 137 0 0.19 0.36 0.16 28.05 0.48 0.69
Hex D6 AD 89 0 13 24 10 1C 30 45
Octal 326 255 211 0 23 44 20 34 60 105
Binary 11010110 10101101 10001001 0 10011 100100 10000 11100 110000 1000101

Color Harmonies of #D6AD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6AD89

Black with #D6AD89

Text Example


Text Example

White with #D6AD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6AD89; }

 p { color: rgb(214,173,137); }

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

background-color css

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

 a { background-color: rgb(214,173,137); }

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

border-color css

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

 span { border-color: rgb(214,173,137); }

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