Html Css Color HEX #D4AC89 Calico

📋 copy color: '#D4AC89'

red 212 ◦ green 172 ◦ blue 137

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

Shades of Calico #D4AC89

Tints of Calico #D4AC89

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.01%

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

R = 40.69%
G = 33.01%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.35

 K value IS 0.17

RGB Variations

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

Color information

#D4AC89 (or 0xD4AC89) is known color: Calico. HEX triplet: D4, AC and 89. RGB value is (212,172,137). Sum of RGB (Red+Green+Blue) = 212+172+137=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 172 (67.58% from 255 or 33.01% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AC89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D4AC89 is #2B5376. Grayscale: #B4B4B4. Windows color (decimal): -2839415 or 9022676. OLE color: 9022676.

HSL color Cylindrical-coordinate representation of color #D4AC89: hue angle of 28º 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 #D4AC89 is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 172 137 -
CMYK 0 0.19 0.35 0.17
HSL 28º 0.47% 0.68% -
HSV(B) 28º 0.35% 0.83% -
XYZ 46.42 45.31 29.97 -
YUV 179.97 103.75 150.85 -
System Red Green Blue C M Y K H S L
Decimal 212 172 137 0 0.19 0.35 0.17 28 0.47 0.68
Hex D4 AC 89 0 13 23 11 1C 2F 44
Octal 324 254 211 0 23 43 21 34 57 104
Binary 11010100 10101100 10001001 0 10011 100011 10001 11100 101111 1000100

Color Harmonies of #D4AC89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AC89

Black with #D4AC89

Text Example


Text Example

White with #D4AC89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AC89; }

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

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

background-color css

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

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

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

border-color css

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

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

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