Html Css Color HEX #D7B288 Calico

📋 copy color: '#D7B288'

red 215 ◦ green 178 ◦ blue 136

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

Shades of Calico #D7B288

Tints of Calico #D7B288

RGB

 RED value IS 215 (84.38% from 255) = 40.64%

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

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

R = 40.64%
G = 33.65%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D7B288 (or 0xD7B288) is known color: Calico. HEX triplet: D7, B2 and 88. RGB value is (215,178,136). Sum of RGB (Red+Green+Blue) = 215+178+136=529 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.64% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7B288 is #284D77. Grayscale: #B8B8B8. Windows color (decimal): -2641272 or 8958679. OLE color: 8958679.

HSL color Cylindrical-coordinate representation of color #D7B288: hue angle of 31.9º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D7B288 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 178 136 -
CMYK 0 0.17 0.37 0.16
HSL 31.9º 0.5% 0.69% -
HSV(B) 31.9º 0.37% 0.84% -
XYZ 48.39 48.07 30.02 -
YUV 184.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 215 178 136 0 0.17 0.37 0.16 31.9 0.5 0.69
Hex D7 B2 88 0 11 25 10 20 32 45
Octal 327 262 210 0 21 45 20 40 62 105
Binary 11010111 10110010 10001000 0 10001 100101 10000 100000 110010 1000101

Color Harmonies of #D7B288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B288

Black with #D7B288

Text Example


Text Example

White with #D7B288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B288; }

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

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

background-color css

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

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

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

border-color css

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

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

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