Html Css Color HEX #D9AF7E Calico

📋 copy color: '#D9AF7E'

red 217 ◦ green 175 ◦ blue 126

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

Shades of Calico #D9AF7E

Tints of Calico #D9AF7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 24.32%

R = 41.89%
G = 33.78%
B = 24.32%

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

#D9AF7E (or 0xD9AF7E) is known color: Calico. HEX triplet: D9, AF and 7E. RGB value is (217,175,126). Sum of RGB (Red+Green+Blue) = 217+175+126=518 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.89% from 518); Green value is 175 (68.75% from 255 or 33.78% from 518); Blue value is 126 (49.61% from 255 or 24.32% from 518); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF7E is #265081. Grayscale: #B6B6B6. Windows color (decimal): -2510978 or 8302553. OLE color: 8302553.

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

Color convert

RGB 217 175 126 -
CMYK 0 0.19 0.42 0.15
HSL 32.31º 0.54% 0.67% -
HSV(B) 32.31º 0.42% 0.85% -
XYZ 47.71 46.92 26.28 -
YUV 181.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 217 175 126 0 0.19 0.42 0.15 32.31 0.54 0.67
Hex D9 AF 7E 0 13 2A F 20 36 43
Octal 331 257 176 0 23 52 17 40 66 103
Binary 11011001 10101111 1111110 0 10011 101010 1111 100000 110110 1000011

Color Harmonies of #D9AF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF7E

Black with #D9AF7E

Text Example


Text Example

White with #D9AF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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