Html Css Color HEX #D8B486 Calico

📋 copy color: '#D8B486'

red 216 ◦ green 180 ◦ blue 134

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

Shades of Calico #D8B486

Tints of Calico #D8B486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 25.28%

R = 40.75%
G = 33.96%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D8B486 (or 0xD8B486) is known color: Calico. HEX triplet: D8, B4 and 86. RGB value is (216,180,134). Sum of RGB (Red+Green+Blue) = 216+180+134=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 134 (52.73% from 255 or 25.28% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B486 is #274B79. Grayscale: #B9B9B9. Windows color (decimal): -2575226 or 8828120. OLE color: 8828120.

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

Color convert

RGB 216 180 134 -
CMYK 0 0.17 0.38 0.15
HSL 33.66º 0.51% 0.69% -
HSV(B) 33.66º 0.38% 0.85% -
XYZ 48.94 48.96 29.43 -
YUV 185.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 216 180 134 0 0.17 0.38 0.15 33.66 0.51 0.69
Hex D8 B4 86 0 11 26 F 22 33 45
Octal 330 264 206 0 21 46 17 42 63 105
Binary 11011000 10110100 10000110 0 10001 100110 1111 100010 110011 1000101

Color Harmonies of #D8B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B486

Black with #D8B486

Text Example


Text Example

White with #D8B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B486; }

 p { color: rgb(216,180,134); }

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

background-color css

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

 a { background-color: rgb(216,180,134); }

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

border-color css

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

 span { border-color: rgb(216,180,134); }

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