Html Css Color HEX #D9AD7E Calico

📋 copy color: '#D9AD7E'

red 217 ◦ green 173 ◦ blue 126

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

Shades of Calico #D9AD7E

Tints of Calico #D9AD7E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.53%

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

R = 42.05%
G = 33.53%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D9AD7E (or 0xD9AD7E) is known color: Calico. HEX triplet: D9, AD and 7E. RGB value is (217,173,126). Sum of RGB (Red+Green+Blue) = 217+173+126=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 126 (49.61% from 255 or 24.42% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AD7E is #265281. Grayscale: #B5B5B5. Windows color (decimal): -2511490 or 8302041. OLE color: 8302041.

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

Color convert

RGB 217 173 126 -
CMYK 0 0.20 0.42 0.15
HSL 30.99º 0.54% 0.67% -
HSV(B) 30.99º 0.42% 0.85% -
XYZ 47.32 46.15 26.15 -
YUV 180.8 97.08 153.82 -
System Red Green Blue C M Y K H S L
Decimal 217 173 126 0 0.20 0.42 0.15 30.99 0.54 0.67
Hex D9 AD 7E 0 14 2A F 1F 36 43
Octal 331 255 176 0 24 52 17 37 66 103
Binary 11011001 10101101 1111110 0 10100 101010 1111 11111 110110 1000011

Color Harmonies of #D9AD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD7E

Black with #D9AD7E

Text Example


Text Example

White with #D9AD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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