Html Css Color HEX #D6B286 Calico

📋 copy color: '#D6B286'

red 214 ◦ green 178 ◦ blue 134

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

Shades of Calico #D6B286

Tints of Calico #D6B286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.84%

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

R = 40.68%
G = 33.84%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D6B286 (or 0xD6B286) is known color: Calico. HEX triplet: D6, B2 and 86. RGB value is (214,178,134). Sum of RGB (Red+Green+Blue) = 214+178+134=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B286 is #294D79. Grayscale: #B7B7B7. Windows color (decimal): -2706810 or 8827606. OLE color: 8827606.

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

Color convert

RGB 214 178 134 -
CMYK 0 0.17 0.37 0.16
HSL 33º 0.49% 0.68% -
HSV(B) 33º 0.37% 0.84% -
XYZ 47.96 47.86 29.26 -
YUV 183.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 214 178 134 0 0.17 0.37 0.16 33 0.49 0.68
Hex D6 B2 86 0 11 25 10 21 31 44
Octal 326 262 206 0 21 45 20 41 61 104
Binary 11010110 10110010 10000110 0 10001 100101 10000 100001 110001 1000100

Color Harmonies of #D6B286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B286

Black with #D6B286

Text Example


Text Example

White with #D6B286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B286; }

 p { color: rgb(214,178,134); }

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

background-color css

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

 a { background-color: rgb(214,178,134); }

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

border-color css

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

 span { border-color: rgb(214,178,134); }

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