Html Css Color HEX #D9AF7F Calico

📋 copy color: '#D9AF7F'

red 217 ◦ green 175 ◦ blue 127

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

Shades of Calico #D9AF7F

Tints of Calico #D9AF7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.47%

R = 41.81%
G = 33.72%
B = 24.47%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D9AF7F (or 0xD9AF7F) is known color: Calico. HEX triplet: D9, AF and 7F. RGB value is (217,175,127). Sum of RGB (Red+Green+Blue) = 217+175+127=519 (68% of max value = 765). Red value is 217 (85.16% from 255 or 41.81% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 127 (50% from 255 or 24.47% from 519); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF7F is #265080. Grayscale: #B6B6B6. Windows color (decimal): -2510977 or 8368089. OLE color: 8368089.

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

Color convert

RGB 217 175 127 -
CMYK 0 0.19 0.41 0.15
HSL 32º 0.54% 0.67% -
HSV(B) 32º 0.41% 0.85% -
XYZ 47.78 46.94 26.62 -
YUV 182.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 217 175 127 0 0.19 0.41 0.15 32 0.54 0.67
Hex D9 AF 7F 0 13 29 F 20 36 43
Octal 331 257 177 0 23 51 17 40 66 103
Binary 11011001 10101111 1111111 0 10011 101001 1111 100000 110110 1000011

Color Harmonies of #D9AF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF7F

Black with #D9AF7F

Text Example


Text Example

White with #D9AF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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