Html Css Color HEX #D8B088 Calico

📋 copy color: '#D8B088'

red 216 ◦ green 176 ◦ blue 136

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

Shades of Calico #D8B088

Tints of Calico #D8B088

RGB

 RED value IS 216 (84.77% from 255) = 40.91%

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

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

R = 40.91%
G = 33.33%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D8B088 (or 0xD8B088) is known color: Calico. HEX triplet: D8, B0 and 88. RGB value is (216,176,136). Sum of RGB (Red+Green+Blue) = 216+176+136=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 176 (69.14% from 255 or 33.33% from 528); Blue value is 136 (53.52% from 255 or 25.76% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8B088 is #274F77. Grayscale: #B7B7B7. Windows color (decimal): -2576248 or 8958168. OLE color: 8958168.

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

Color convert

RGB 216 176 136 -
CMYK 0 0.19 0.37 0.15
HSL 30º 0.51% 0.69% -
HSV(B) 30º 0.37% 0.85% -
XYZ 48.29 47.43 29.9 -
YUV 183.4 101.25 151.25 -
System Red Green Blue C M Y K H S L
Decimal 216 176 136 0 0.19 0.37 0.15 30 0.51 0.69
Hex D8 B0 88 0 13 25 F 1E 33 45
Octal 330 260 210 0 23 45 17 36 63 105
Binary 11011000 10110000 10001000 0 10011 100101 1111 11110 110011 1000101

Color Harmonies of #D8B088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B088

Black with #D8B088

Text Example


Text Example

White with #D8B088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B088; }

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

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

background-color css

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

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

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

border-color css

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

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

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