Html Css Color HEX #D2AC88 Calico

📋 copy color: '#D2AC88'

red 210 ◦ green 172 ◦ blue 136

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

Shades of Calico #D2AC88

Tints of Calico #D2AC88

RGB

 RED value IS 210 (82.42% from 255) = 40.54%

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

 BLUE value IS 136 (53.52% from 255) = 26.25%

R = 40.54%
G = 33.2%
B = 26.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D2AC88 (or 0xD2AC88) is known color: Calico. HEX triplet: D2, AC and 88. RGB value is (210,172,136). Sum of RGB (Red+Green+Blue) = 210+172+136=518 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.54% from 518); Green value is 172 (67.58% from 255 or 33.20% from 518); Blue value is 136 (53.52% from 255 or 26.25% from 518); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AC88 is #2D5377. Grayscale: #B3B3B3. Windows color (decimal): -2970488 or 8957138. OLE color: 8957138.

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

Color convert

RGB 210 172 136 -
CMYK 0 0.18 0.35 0.18
HSL 29.19º 0.45% 0.68% -
HSV(B) 29.19º 0.35% 0.82% -
XYZ 45.77 44.98 29.56 -
YUV 179.26 103.59 149.93 -
System Red Green Blue C M Y K H S L
Decimal 210 172 136 0 0.18 0.35 0.18 29.19 0.45 0.68
Hex D2 AC 88 0 12 23 12 1D 2D 44
Octal 322 254 210 0 22 43 22 35 55 104
Binary 11010010 10101100 10001000 0 10010 100011 10010 11101 101101 1000100

Color Harmonies of #D2AC88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AC88

Black with #D2AC88

Text Example


Text Example

White with #D2AC88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AC88; }

 p { color: rgb(210,172,136); }

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

background-color css

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

 a { background-color: rgb(210,172,136); }

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

border-color css

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

 span { border-color: rgb(210,172,136); }

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