Html Css Color HEX #D9AF7B Calico

📋 copy color: '#D9AF7B'

red 217 ◦ green 175 ◦ blue 123

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

Shades of Calico #D9AF7B

Tints of Calico #D9AF7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 23.88%

R = 42.14%
G = 33.98%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D9AF7B (or 0xD9AF7B) is known color: Calico. HEX triplet: D9, AF and 7B. RGB value is (217,175,123). Sum of RGB (Red+Green+Blue) = 217+175+123=515 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.14% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 123 (48.44% from 255 or 23.88% from 515); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF7B is #265084. Grayscale: #B5B5B5. Windows color (decimal): -2510981 or 8105945. OLE color: 8105945.

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

Color convert

RGB 217 175 123 -
CMYK 0 0.19 0.43 0.15
HSL 33.19º 0.55% 0.67% -
HSV(B) 33.19º 0.43% 0.85% -
XYZ 47.52 46.84 25.28 -
YUV 181.63 94.91 153.23 -
System Red Green Blue C M Y K H S L
Decimal 217 175 123 0 0.19 0.43 0.15 33.19 0.55 0.67
Hex D9 AF 7B 0 13 2B F 21 37 43
Octal 331 257 173 0 23 53 17 41 67 103
Binary 11011001 10101111 1111011 0 10011 101011 1111 100001 110111 1000011

Color Harmonies of #D9AF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF7B

Black with #D9AF7B

Text Example


Text Example

White with #D9AF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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