Html Css Color HEX #D8AD84 Calico

📋 copy color: '#D8AD84'

red 216 ◦ green 173 ◦ blue 132

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

Shades of Calico #D8AD84

Tints of Calico #D8AD84

RGB

 RED value IS 216 (84.77% from 255) = 41.46%

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

 BLUE value IS 132 (51.95% from 255) = 25.34%

R = 41.46%
G = 33.21%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D8AD84 (or 0xD8AD84) is known color: Calico. HEX triplet: D8, AD and 84. RGB value is (216,173,132). Sum of RGB (Red+Green+Blue) = 216+173+132=521 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.46% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 132 (51.95% from 255 or 25.34% from 521); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD84 is #27527B. Grayscale: #B5B5B5. Windows color (decimal): -2577020 or 8695256. OLE color: 8695256.

HSL color Cylindrical-coordinate representation of color #D8AD84: hue angle of 29.29º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D8AD84 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 173 132 -
CMYK 0 0.20 0.39 0.15
HSL 29.29º 0.52% 0.68% -
HSV(B) 29.29º 0.39% 0.85% -
XYZ 47.43 46.15 28.24 -
YUV 181.18 100.25 152.83 -
System Red Green Blue C M Y K H S L
Decimal 216 173 132 0 0.20 0.39 0.15 29.29 0.52 0.68
Hex D8 AD 84 0 14 27 F 1D 34 44
Octal 330 255 204 0 24 47 17 35 64 104
Binary 11011000 10101101 10000100 0 10100 100111 1111 11101 110100 1000100

Color Harmonies of #D8AD84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD84

Black with #D8AD84

Text Example


Text Example

White with #D8AD84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD84; }

 p { color: rgb(216,173,132); }

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

background-color css

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

 a { background-color: rgb(216,173,132); }

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

border-color css

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

 span { border-color: rgb(216,173,132); }

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