Html Css Color HEX #D8AD85 Calico

📋 copy color: '#D8AD85'

red 216 ◦ green 173 ◦ blue 133

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

Shades of Calico #D8AD85

Tints of Calico #D8AD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.48%

R = 41.38%
G = 33.14%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D8AD85 (or 0xD8AD85) is known color: Calico. HEX triplet: D8, AD and 85. RGB value is (216,173,133). Sum of RGB (Red+Green+Blue) = 216+173+133=522 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.38% from 522); Green value is 173 (67.97% from 255 or 33.14% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AD85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8AD85 is #27527A. Grayscale: #B5B5B5. Windows color (decimal): -2577019 or 8760792. OLE color: 8760792.

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

Color convert

RGB 216 173 133 -
CMYK 0 0.20 0.38 0.15
HSL 28.92º 0.52% 0.68% -
HSV(B) 28.92º 0.38% 0.85% -
XYZ 47.5 46.18 28.6 -
YUV 181.3 100.75 152.75 -
System Red Green Blue C M Y K H S L
Decimal 216 173 133 0 0.20 0.38 0.15 28.92 0.52 0.68
Hex D8 AD 85 0 14 26 F 1D 34 44
Octal 330 255 205 0 24 46 17 35 64 104
Binary 11011000 10101101 10000101 0 10100 100110 1111 11101 110100 1000100

Color Harmonies of #D8AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AD85

Black with #D8AD85

Text Example


Text Example

White with #D8AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AD85; }

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

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

background-color css

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

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

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

border-color css

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

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

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