Html Css Color HEX #D4AD89 Calico

📋 copy color: '#D4AD89'

red 212 ◦ green 173 ◦ blue 137

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

Shades of Calico #D4AD89

Tints of Calico #D4AD89

RGB

 RED value IS 212 (83.2% from 255) = 40.61%

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

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

R = 40.61%
G = 33.14%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4AD89 (or 0xD4AD89) is known color: Calico. HEX triplet: D4, AD and 89. RGB value is (212,173,137). Sum of RGB (Red+Green+Blue) = 212+173+137=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 137 (53.91% from 255 or 26.25% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AD89 is #2B5276. Grayscale: #B4B4B4. Windows color (decimal): -2839159 or 9022932. OLE color: 9022932.

HSL color Cylindrical-coordinate representation of color #D4AD89: hue angle of 28.8º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4AD89 is Cyan = 0, Magento = 0.18, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 173 137 -
CMYK 0 0.18 0.35 0.17
HSL 28.8º 0.47% 0.68% -
HSV(B) 28.8º 0.35% 0.83% -
XYZ 46.61 45.69 30.03 -
YUV 180.56 103.42 150.43 -
System Red Green Blue C M Y K H S L
Decimal 212 173 137 0 0.18 0.35 0.17 28.8 0.47 0.68
Hex D4 AD 89 0 12 23 11 1D 2F 44
Octal 324 255 211 0 22 43 21 35 57 104
Binary 11010100 10101101 10001001 0 10010 100011 10001 11101 101111 1000100

Color Harmonies of #D4AD89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AD89

Black with #D4AD89

Text Example


Text Example

White with #D4AD89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AD89; }

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

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

background-color css

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

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

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

border-color css

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

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

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