Html Css Color HEX #D9B385 Calico

📋 copy color: '#D9B385'

red 217 ◦ green 179 ◦ blue 133

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

Shades of Calico #D9B385

Tints of Calico #D9B385

RGB

 RED value IS 217 (85.16% from 255) = 41.02%

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

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

R = 41.02%
G = 33.84%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D9B385 (or 0xD9B385) is known color: Calico. HEX triplet: D9, B3 and 85. RGB value is (217,179,133). Sum of RGB (Red+Green+Blue) = 217+179+133=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 179 (70.31% from 255 or 33.84% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B385 is #264C7A. Grayscale: #B9B9B9. Windows color (decimal): -2509947 or 8762329. OLE color: 8762329.

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

Color convert

RGB 217 179 133 -
CMYK 0 0.18 0.39 0.15
HSL 32.86º 0.53% 0.69% -
HSV(B) 32.86º 0.39% 0.85% -
XYZ 48.97 48.69 29.01 -
YUV 185.12 98.59 150.74 -
System Red Green Blue C M Y K H S L
Decimal 217 179 133 0 0.18 0.39 0.15 32.86 0.53 0.69
Hex D9 B3 85 0 12 27 F 21 34 45
Octal 331 263 205 0 22 47 17 41 64 105
Binary 11011001 10110011 10000101 0 10010 100111 1111 100001 110100 1000101

Color Harmonies of #D9B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B385

Black with #D9B385

Text Example


Text Example

White with #D9B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B385; }

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

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

background-color css

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

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

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

border-color css

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

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

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