Html Css Color HEX #D5B288 Calico

📋 copy color: '#D5B288'

red 213 ◦ green 178 ◦ blue 136

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

Shades of Calico #D5B288

Tints of Calico #D5B288

RGB

 RED value IS 213 (83.59% from 255) = 40.42%

 GREEN value IS 178 (69.92% from 255) = 33.78%

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

R = 40.42%
G = 33.78%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D5B288 (or 0xD5B288) is known color: Calico. HEX triplet: D5, B2 and 88. RGB value is (213,178,136). Sum of RGB (Red+Green+Blue) = 213+178+136=527 (69% of max value = 765). Red value is 213 (83.59% from 255 or 40.42% from 527); Green value is 178 (69.92% from 255 or 33.78% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B288 is #2A4D77. Grayscale: #B7B7B7. Windows color (decimal): -2772344 or 8958677. OLE color: 8958677.

HSL color Cylindrical-coordinate representation of color #D5B288: hue angle of 32.73º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D5B288 is Cyan = 0, Magento = 0.16, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 136 -
CMYK 0 0.16 0.36 0.16
HSL 32.73º 0.48% 0.68% -
HSV(B) 32.73º 0.36% 0.84% -
XYZ 47.8 47.76 29.99 -
YUV 183.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 213 178 136 0 0.16 0.36 0.16 32.73 0.48 0.68
Hex D5 B2 88 0 10 24 10 21 30 44
Octal 325 262 210 0 20 44 20 41 60 104
Binary 11010101 10110010 10001000 0 10000 100100 10000 100001 110000 1000100

Color Harmonies of #D5B288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B288

Black with #D5B288

Text Example


Text Example

White with #D5B288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B288; }

 p { color: rgb(213,178,136); }

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

background-color css

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

 a { background-color: rgb(213,178,136); }

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

border-color css

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

 span { border-color: rgb(213,178,136); }

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