Html Css Color HEX #D6B685 Calico

📋 copy color: '#D6B685'

red 214 ◦ green 182 ◦ blue 133

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

Shades of Calico #D6B685

Tints of Calico #D6B685

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.4%

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

R = 40.45%
G = 34.4%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6B685 (or 0xD6B685) is known color: Calico. HEX triplet: D6, B6 and 85. RGB value is (214,182,133). Sum of RGB (Red+Green+Blue) = 214+182+133=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 182 (71.48% from 255 or 34.40% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B685 is #29497A. Grayscale: #BABABA. Windows color (decimal): -2705787 or 8763094. OLE color: 8763094.

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

Color convert

RGB 214 182 133 -
CMYK 0 0.15 0.38 0.16
HSL 36.3º 0.5% 0.68% -
HSV(B) 36.3º 0.38% 0.84% -
XYZ 48.69 49.45 29.17 -
YUV 185.98 98.1 147.98 -
System Red Green Blue C M Y K H S L
Decimal 214 182 133 0 0.15 0.38 0.16 36.3 0.5 0.68
Hex D6 B6 85 0 F 26 10 24 32 44
Octal 326 266 205 0 17 46 20 44 62 104
Binary 11010110 10110110 10000101 0 1111 100110 10000 100100 110010 1000100

Color Harmonies of #D6B685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B685

Black with #D6B685

Text Example


Text Example

White with #D6B685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B685; }

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

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

background-color css

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

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

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

border-color css

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

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

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