Html Css Color HEX #D9AD8B Calico

📋 copy color: '#D9AD8B'

red 217 ◦ green 173 ◦ blue 139

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

Shades of Calico #D9AD8B

Tints of Calico #D9AD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.28%

R = 41.02%
G = 32.7%
B = 26.28%

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

#D9AD8B (or 0xD9AD8B) is known color: Calico. HEX triplet: D9, AD and 8B. RGB value is (217,173,139). Sum of RGB (Red+Green+Blue) = 217+173+139=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 173 (67.97% from 255 or 32.70% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AD8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AD8B is #265274. Grayscale: #B6B6B6. Windows color (decimal): -2511477 or 9154009. OLE color: 9154009.

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

Color convert

RGB 217 173 139 -
CMYK 0 0.20 0.36 0.15
HSL 26.15º 0.51% 0.7% -
HSV(B) 26.15º 0.36% 0.85% -
XYZ 48.22 46.5 30.86 -
YUV 182.28 103.58 152.76 -
System Red Green Blue C M Y K H S L
Decimal 217 173 139 0 0.20 0.36 0.15 26.15 0.51 0.7
Hex D9 AD 8B 0 14 24 F 1A 33 46
Octal 331 255 213 0 24 44 17 32 63 106
Binary 11011001 10101101 10001011 0 10100 100100 1111 11010 110011 1000110

Color Harmonies of #D9AD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AD8B

Black with #D9AD8B

Text Example


Text Example

White with #D9AD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AD8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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