Html Css Color HEX #D9B486 Calico

📋 copy color: '#D9B486'

red 217 ◦ green 180 ◦ blue 134

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

Shades of Calico #D9B486

Tints of Calico #D9B486

RGB

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

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

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

R = 40.87%
G = 33.9%
B = 25.24%

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

#D9B486 (or 0xD9B486) is known color: Calico. HEX triplet: D9, B4 and 86. RGB value is (217,180,134). Sum of RGB (Red+Green+Blue) = 217+180+134=531 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.87% from 531); Green value is 180 (70.70% from 255 or 33.90% from 531); Blue value is 134 (52.73% from 255 or 25.24% from 531); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B486 is #264B79. Grayscale: #BABABA. Windows color (decimal): -2509690 or 8828121. OLE color: 8828121.

HSL color Cylindrical-coordinate representation of color #D9B486: hue angle of 33.25º degrees, saturation: 0.52, 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 #D9B486 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 180 134 -
CMYK 0 0.17 0.38 0.15
HSL 33.25º 0.52% 0.69% -
HSV(B) 33.25º 0.38% 0.85% -
XYZ 49.24 49.12 29.44 -
YUV 185.82 98.76 150.24 -
System Red Green Blue C M Y K H S L
Decimal 217 180 134 0 0.17 0.38 0.15 33.25 0.52 0.69
Hex D9 B4 86 0 11 26 F 21 34 45
Octal 331 264 206 0 21 46 17 41 64 105
Binary 11011001 10110100 10000110 0 10001 100110 1111 100001 110100 1000101

Color Harmonies of #D9B486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B486

Black with #D9B486

Text Example


Text Example

White with #D9B486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B486; }

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

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

background-color css

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

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

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

border-color css

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

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

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