Html Css Color HEX #D8B385 Calico

📋 copy color: '#D8B385'

red 216 ◦ green 179 ◦ blue 133

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

Shades of Calico #D8B385

Tints of Calico #D8B385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.19%

R = 40.91%
G = 33.9%
B = 25.19%

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

#D8B385 (or 0xD8B385) is known color: Calico. HEX triplet: D8, B3 and 85. RGB value is (216,179,133). Sum of RGB (Red+Green+Blue) = 216+179+133=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 133 (52.34% from 255 or 25.19% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B385 is #274C7A. Grayscale: #B9B9B9. Windows color (decimal): -2575483 or 8762328. OLE color: 8762328.

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

Color convert

RGB 216 179 133 -
CMYK 0 0.17 0.38 0.15
HSL 33.25º 0.52% 0.68% -
HSV(B) 33.25º 0.38% 0.85% -
XYZ 48.67 48.53 28.99 -
YUV 184.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 216 179 133 0 0.17 0.38 0.15 33.25 0.52 0.68
Hex D8 B3 85 0 11 26 F 21 34 44
Octal 330 263 205 0 21 46 17 41 64 104
Binary 11011000 10110011 10000101 0 10001 100110 1111 100001 110100 1000100

Color Harmonies of #D8B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B385

Black with #D8B385

Text Example


Text Example

White with #D8B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B385; }

 p { color: rgb(216,179,133); }

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

background-color css

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

 a { background-color: rgb(216,179,133); }

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

border-color css

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

 span { border-color: rgb(216,179,133); }

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