Html Css Color HEX #D6B185 Calico

📋 copy color: '#D6B185'

red 214 ◦ green 177 ◦ blue 133

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

Shades of Calico #D6B185

Tints of Calico #D6B185

RGB

 RED value IS 214 (83.98% from 255) = 40.84%

 GREEN value IS 177 (69.53% from 255) = 33.78%

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

R = 40.84%
G = 33.78%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6B185 (or 0xD6B185) is known color: Calico. HEX triplet: D6, B1 and 85. RGB value is (214,177,133). Sum of RGB (Red+Green+Blue) = 214+177+133=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B185 is #294E7A. Grayscale: #B7B7B7. Windows color (decimal): -2707067 or 8761814. OLE color: 8761814.

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

Color convert

RGB 214 177 133 -
CMYK 0 0.17 0.38 0.16
HSL 32.59º 0.5% 0.68% -
HSV(B) 32.59º 0.38% 0.84% -
XYZ 47.69 47.43 28.83 -
YUV 183.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 214 177 133 0 0.17 0.38 0.16 32.59 0.5 0.68
Hex D6 B1 85 0 11 26 10 21 32 44
Octal 326 261 205 0 21 46 20 41 62 104
Binary 11010110 10110001 10000101 0 10001 100110 10000 100001 110010 1000100

Color Harmonies of #D6B185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B185

Black with #D6B185

Text Example


Text Example

White with #D6B185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B185; }

 p { color: rgb(214,177,133); }

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

background-color css

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

 a { background-color: rgb(214,177,133); }

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

border-color css

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

 span { border-color: rgb(214,177,133); }

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