Html Css Color HEX #D9AF7D Calico

📋 copy color: '#D9AF7D'

red 217 ◦ green 175 ◦ blue 125

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

Shades of Calico #D9AF7D

Tints of Calico #D9AF7D

RGB

 RED value IS 217 (85.16% from 255) = 41.97%

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

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

R = 41.97%
G = 33.85%
B = 24.18%

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

#D9AF7D (or 0xD9AF7D) is known color: Calico. HEX triplet: D9, AF and 7D. RGB value is (217,175,125). Sum of RGB (Red+Green+Blue) = 217+175+125=517 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.97% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 125 (49.22% from 255 or 24.18% from 517); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF7D is #265082. Grayscale: #B6B6B6. Windows color (decimal): -2510979 or 8237017. OLE color: 8237017.

HSL color Cylindrical-coordinate representation of color #D9AF7D: hue angle of 32.61º degrees, saturation: 0.55, 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 #D9AF7D is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 175 125 -
CMYK 0 0.19 0.42 0.15
HSL 32.61º 0.55% 0.67% -
HSV(B) 32.61º 0.42% 0.85% -
XYZ 47.65 46.89 25.94 -
YUV 181.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 217 175 125 0 0.19 0.42 0.15 32.61 0.55 0.67
Hex D9 AF 7D 0 13 2A F 21 37 43
Octal 331 257 175 0 23 52 17 41 67 103
Binary 11011001 10101111 1111101 0 10011 101010 1111 100001 110111 1000011

Color Harmonies of #D9AF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF7D

Black with #D9AF7D

Text Example


Text Example

White with #D9AF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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