Html Css Color HEX #D8AF7D Calico

📋 copy color: '#D8AF7D'

red 216 ◦ green 175 ◦ blue 125

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

Shades of Calico #D8AF7D

Tints of Calico #D8AF7D

RGB

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

 GREEN value IS 175 (68.75% from 255) = 33.91%

 BLUE value IS 125 (49.22% from 255) = 24.22%

R = 41.86%
G = 33.91%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D8AF7D (or 0xD8AF7D) is known color: Calico. HEX triplet: D8, AF and 7D. RGB value is (216,175,125). Sum of RGB (Red+Green+Blue) = 216+175+125=516 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.86% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF7D is #275082. Grayscale: #B5B5B5. Windows color (decimal): -2576515 or 8237016. OLE color: 8237016.

HSL color Cylindrical-coordinate representation of color #D8AF7D: hue angle of 32.97º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8AF7D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 175 125 -
CMYK 0 0.19 0.42 0.15
HSL 32.97º 0.54% 0.67% -
HSV(B) 32.97º 0.42% 0.85% -
XYZ 47.35 46.74 25.93 -
YUV 181.56 96.08 152.57 -
System Red Green Blue C M Y K H S L
Decimal 216 175 125 0 0.19 0.42 0.15 32.97 0.54 0.67
Hex D8 AF 7D 0 13 2A F 21 36 43
Octal 330 257 175 0 23 52 17 41 66 103
Binary 11011000 10101111 1111101 0 10011 101010 1111 100001 110110 1000011

Color Harmonies of #D8AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF7D

Black with #D8AF7D

Text Example


Text Example

White with #D8AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF7D; }

 p { color: rgb(216,175,125); }

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

background-color css

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

 a { background-color: rgb(216,175,125); }

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

border-color css

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

 span { border-color: rgb(216,175,125); }

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