Html Css Color HEX #D7B388 Calico

📋 copy color: '#D7B388'

red 215 ◦ green 179 ◦ blue 136

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

Shades of Calico #D7B388

Tints of Calico #D7B388

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.77%

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

R = 40.57%
G = 33.77%
B = 25.66%

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

#D7B388 (or 0xD7B388) is known color: Calico. HEX triplet: D7, B3 and 88. RGB value is (215,179,136). Sum of RGB (Red+Green+Blue) = 215+179+136=530 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.57% from 530); Green value is 179 (70.31% from 255 or 33.77% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B388 is #284C77. Grayscale: #B9B9B9. Windows color (decimal): -2641016 or 8958935. OLE color: 8958935.

HSL color Cylindrical-coordinate representation of color #D7B388: hue angle of 32.66º 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 #D7B388 is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 179 136 -
CMYK 0 0.17 0.37 0.16
HSL 32.66º 0.5% 0.69% -
HSV(B) 32.66º 0.37% 0.84% -
XYZ 48.59 48.46 30.09 -
YUV 184.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 215 179 136 0 0.17 0.37 0.16 32.66 0.5 0.69
Hex D7 B3 88 0 11 25 10 21 32 45
Octal 327 263 210 0 21 45 20 41 62 105
Binary 11010111 10110011 10001000 0 10001 100101 10000 100001 110010 1000101

Color Harmonies of #D7B388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B388

Black with #D7B388

Text Example


Text Example

White with #D7B388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B388; }

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

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

background-color css

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

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

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

border-color css

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

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

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