Html Css Color HEX #D6B385 Calico

📋 copy color: '#D6B385'

red 214 ◦ green 179 ◦ blue 133

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

Shades of Calico #D6B385

Tints of Calico #D6B385

RGB

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

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

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

R = 40.68%
G = 34.03%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6B385 (or 0xD6B385) is known color: Calico. HEX triplet: D6, B3 and 85. RGB value is (214,179,133). Sum of RGB (Red+Green+Blue) = 214+179+133=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 179 (70.31% from 255 or 34.03% from 526); Blue value is 133 (52.34% from 255 or 25.29% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B385 is #294C7A. Grayscale: #B8B8B8. Windows color (decimal): -2706555 or 8762326. OLE color: 8762326.

HSL color Cylindrical-coordinate representation of color #D6B385: hue angle of 34.07º 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 #D6B385 is Cyan = 0, Magento = 0.16, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 179 133 -
CMYK 0 0.16 0.38 0.16
HSL 34.07º 0.5% 0.68% -
HSV(B) 34.07º 0.38% 0.84% -
XYZ 48.09 48.23 28.97 -
YUV 184.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 214 179 133 0 0.16 0.38 0.16 34.07 0.5 0.68
Hex D6 B3 85 0 10 26 10 22 32 44
Octal 326 263 205 0 20 46 20 42 62 104
Binary 11010110 10110011 10000101 0 10000 100110 10000 100010 110010 1000100

Color Harmonies of #D6B385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B385

Black with #D6B385

Text Example


Text Example

White with #D6B385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B385; }

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

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

background-color css

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

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

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

border-color css

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

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

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