Html Css Color HEX #D1B088 Calico

📋 copy color: '#D1B088'

red 209 ◦ green 176 ◦ blue 136

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

Shades of Calico #D1B088

Tints of Calico #D1B088

RGB

 RED value IS 209 (82.03% from 255) = 40.12%

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

 BLUE value IS 136 (53.52% from 255) = 26.1%

R = 40.12%
G = 33.78%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#D1B088 (or 0xD1B088) is known color: Calico. HEX triplet: D1, B0 and 88. RGB value is (209,176,136). Sum of RGB (Red+Green+Blue) = 209+176+136=521 (69% of max value = 765). Red value is 209 (82.03% from 255 or 40.12% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D1B088 is #2E4F77. Grayscale: #B5B5B5. Windows color (decimal): -3035000 or 8958161. OLE color: 8958161.

HSL color Cylindrical-coordinate representation of color #D1B088: hue angle of 32.88º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D1B088 is Cyan = 0, Magento = 0.16, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 176 136 -
CMYK 0 0.16 0.35 0.18
HSL 32.88º 0.44% 0.68% -
HSV(B) 32.88º 0.35% 0.82% -
XYZ 46.26 46.38 29.81 -
YUV 181.31 102.43 147.75 -
System Red Green Blue C M Y K H S L
Decimal 209 176 136 0 0.16 0.35 0.18 32.88 0.44 0.68
Hex D1 B0 88 0 10 23 12 21 2C 44
Octal 321 260 210 0 20 43 22 41 54 104
Binary 11010001 10110000 10001000 0 10000 100011 10010 100001 101100 1000100

Color Harmonies of #D1B088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B088

Black with #D1B088

Text Example


Text Example

White with #D1B088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B088; }

 p { color: rgb(209,176,136); }

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

background-color css

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

 a { background-color: rgb(209,176,136); }

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

border-color css

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

 span { border-color: rgb(209,176,136); }

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