Html Css Color HEX #D7B488 Calico

📋 copy color: '#D7B488'

red 215 ◦ green 180 ◦ blue 136

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

Shades of Calico #D7B488

Tints of Calico #D7B488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.9%

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

R = 40.49%
G = 33.9%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D7B488 (or 0xD7B488) is known color: Calico. HEX triplet: D7, B4 and 88. RGB value is (215,180,136). Sum of RGB (Red+Green+Blue) = 215+180+136=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 136 (53.52% from 255 or 25.61% from 531); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B488 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7B488 is #284B77. Grayscale: #B9B9B9. Windows color (decimal): -2640760 or 8959191. OLE color: 8959191.

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

Color convert

RGB 215 180 136 -
CMYK 0 0.16 0.37 0.16
HSL 33.42º 0.5% 0.69% -
HSV(B) 33.42º 0.37% 0.84% -
XYZ 48.79 48.87 30.15 -
YUV 185.45 100.1 149.08 -
System Red Green Blue C M Y K H S L
Decimal 215 180 136 0 0.16 0.37 0.16 33.42 0.5 0.69
Hex D7 B4 88 0 10 25 10 21 32 45
Octal 327 264 210 0 20 45 20 41 62 105
Binary 11010111 10110100 10001000 0 10000 100101 10000 100001 110010 1000101

Color Harmonies of #D7B488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B488

Black with #D7B488

Text Example


Text Example

White with #D7B488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B488; }

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

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

background-color css

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

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

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

border-color css

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

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

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