Html Css Color HEX #D2AD88 Calico

📋 copy color: '#D2AD88'

red 210 ◦ green 173 ◦ blue 136

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

Shades of Calico #D2AD88

Tints of Calico #D2AD88

RGB

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

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

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

R = 40.46%
G = 33.33%
B = 26.2%

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

#D2AD88 (or 0xD2AD88) is known color: Calico. HEX triplet: D2, AD and 88. RGB value is (210,173,136). Sum of RGB (Red+Green+Blue) = 210+173+136=519 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.46% from 519); Green value is 173 (67.97% from 255 or 33.33% from 519); Blue value is 136 (53.52% from 255 or 26.20% from 519); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2AD88 is #2D5277. Grayscale: #B4B4B4. Windows color (decimal): -2970232 or 8957394. OLE color: 8957394.

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

Color convert

RGB 210 173 136 -
CMYK 0 0.18 0.35 0.18
HSL 30º 0.45% 0.68% -
HSV(B) 30º 0.35% 0.82% -
XYZ 45.97 45.37 29.63 -
YUV 179.85 103.26 149.51 -
System Red Green Blue C M Y K H S L
Decimal 210 173 136 0 0.18 0.35 0.18 30 0.45 0.68
Hex D2 AD 88 0 12 23 12 1E 2D 44
Octal 322 255 210 0 22 43 22 36 55 104
Binary 11010010 10101101 10001000 0 10010 100011 10010 11110 101101 1000100

Color Harmonies of #D2AD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD88

Black with #D2AD88

Text Example


Text Example

White with #D2AD88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD88; }

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

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

background-color css

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

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

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

border-color css

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

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

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