Html Css Color HEX #D9B083 Calico

📋 copy color: '#D9B083'

red 217 ◦ green 176 ◦ blue 131

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

Shades of Calico #D9B083

Tints of Calico #D9B083

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.59%

 BLUE value IS 131 (51.56% from 255) = 25%

R = 41.41%
G = 33.59%
B = 25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D9B083 (or 0xD9B083) is known color: Calico. HEX triplet: D9, B0 and 83. RGB value is (217,176,131). Sum of RGB (Red+Green+Blue) = 217+176+131=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 131 (51.56% from 255 or 25% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B083 is #264F7C. Grayscale: #B7B7B7. Windows color (decimal): -2510717 or 8630489. OLE color: 8630489.

HSL color Cylindrical-coordinate representation of color #D9B083: hue angle of 31.4º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D9B083 is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 176 131 -
CMYK 0 0.19 0.40 0.15
HSL 31.4º 0.53% 0.68% -
HSV(B) 31.4º 0.4% 0.85% -
XYZ 48.24 47.44 28.09 -
YUV 183.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 217 176 131 0 0.19 0.40 0.15 31.4 0.53 0.68
Hex D9 B0 83 0 13 28 F 1F 35 44
Octal 331 260 203 0 23 50 17 37 65 104
Binary 11011001 10110000 10000011 0 10011 101000 1111 11111 110101 1000100

Color Harmonies of #D9B083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B083

Black with #D9B083

Text Example


Text Example

White with #D9B083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B083; }

 p { color: rgb(217,176,131); }

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

background-color css

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

 a { background-color: rgb(217,176,131); }

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

border-color css

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

 span { border-color: rgb(217,176,131); }

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