Html Css Color HEX #D9B183 Calico

📋 copy color: '#D9B183'

red 217 ◦ green 177 ◦ blue 131

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

Shades of Calico #D9B183

Tints of Calico #D9B183

RGB

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

 GREEN value IS 177 (69.53% from 255) = 33.71%

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

R = 41.33%
G = 33.71%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D9B183 (or 0xD9B183) is known color: Calico. HEX triplet: D9, B1 and 83. RGB value is (217,177,131). Sum of RGB (Red+Green+Blue) = 217+177+131=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9B183 is #264E7C. Grayscale: #B7B7B7. Windows color (decimal): -2510461 or 8630745. OLE color: 8630745.

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

Color convert

RGB 217 177 131 -
CMYK 0 0.18 0.40 0.15
HSL 32.09º 0.53% 0.68% -
HSV(B) 32.09º 0.4% 0.85% -
XYZ 48.43 47.83 28.15 -
YUV 183.72 98.25 151.74 -
System Red Green Blue C M Y K H S L
Decimal 217 177 131 0 0.18 0.40 0.15 32.09 0.53 0.68
Hex D9 B1 83 0 12 28 F 20 35 44
Octal 331 261 203 0 22 50 17 40 65 104
Binary 11011001 10110001 10000011 0 10010 101000 1111 100000 110101 1000100

Color Harmonies of #D9B183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B183

Black with #D9B183

Text Example


Text Example

White with #D9B183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B183; }

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

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

background-color css

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

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

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

border-color css

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

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

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