Html Css Color HEX #D9AD8A Calico

📋 copy color: '#D9AD8A'

red 217 ◦ green 173 ◦ blue 138

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

Shades of Calico #D9AD8A

Tints of Calico #D9AD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.14%

R = 41.1%
G = 32.77%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D9AD8A (or 0xD9AD8A) is known color: Calico. HEX triplet: D9, AD and 8A. RGB value is (217,173,138). Sum of RGB (Red+Green+Blue) = 217+173+138=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 173 (67.97% from 255 or 32.77% from 528); Blue value is 138 (54.30% from 255 or 26.14% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD8A is #265275. Grayscale: #B6B6B6. Windows color (decimal): -2511478 or 9088473. OLE color: 9088473.

HSL color Cylindrical-coordinate representation of color #D9AD8A: hue angle of 26.58º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D9AD8A is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 173 138 -
CMYK 0 0.20 0.36 0.15
HSL 26.58º 0.51% 0.7% -
HSV(B) 26.58º 0.36% 0.85% -
XYZ 48.15 46.47 30.48 -
YUV 182.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 217 173 138 0 0.20 0.36 0.15 26.58 0.51 0.7
Hex D9 AD 8A 0 14 24 F 1B 33 46
Octal 331 255 212 0 24 44 17 33 63 106
Binary 11011001 10101101 10001010 0 10100 100100 1111 11011 110011 1000110

Color Harmonies of #D9AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD8A

Black with #D9AD8A

Text Example


Text Example

White with #D9AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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