Html Css Color HEX #D6B086 Calico

📋 copy color: '#D6B086'

red 214 ◦ green 176 ◦ blue 134

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

Shades of Calico #D6B086

Tints of Calico #D6B086

RGB

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

 GREEN value IS 176 (69.14% from 255) = 33.59%

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

R = 40.84%
G = 33.59%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D6B086 (or 0xD6B086) is known color: Calico. HEX triplet: D6, B0 and 86. RGB value is (214,176,134). Sum of RGB (Red+Green+Blue) = 214+176+134=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 176 (69.14% from 255 or 33.59% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B086 is #294F79. Grayscale: #B6B6B6. Windows color (decimal): -2707322 or 8827094. OLE color: 8827094.

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

Color convert

RGB 214 176 134 -
CMYK 0 0.18 0.37 0.16
HSL 31.5º 0.49% 0.68% -
HSV(B) 31.5º 0.37% 0.84% -
XYZ 47.56 47.07 29.13 -
YUV 182.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 214 176 134 0 0.18 0.37 0.16 31.5 0.49 0.68
Hex D6 B0 86 0 12 25 10 1F 31 44
Octal 326 260 206 0 22 45 20 37 61 104
Binary 11010110 10110000 10000110 0 10010 100101 10000 11111 110001 1000100

Color Harmonies of #D6B086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B086

Black with #D6B086

Text Example


Text Example

White with #D6B086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B086; }

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

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

background-color css

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

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

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

border-color css

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

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

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