Html Css Color HEX #D6B085 Calico

📋 copy color: '#D6B085'

red 214 ◦ green 176 ◦ blue 133

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

Shades of Calico #D6B085

Tints of Calico #D6B085

RGB

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

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

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

R = 40.92%
G = 33.65%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D6B085 (or 0xD6B085) is known color: Calico. HEX triplet: D6, B0 and 85. RGB value is (214,176,133). Sum of RGB (Red+Green+Blue) = 214+176+133=523 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.92% from 523); Green value is 176 (69.14% from 255 or 33.65% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B085 is #294F7A. Grayscale: #B6B6B6. Windows color (decimal): -2707323 or 8761558. OLE color: 8761558.

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

Color convert

RGB 214 176 133 -
CMYK 0 0.18 0.38 0.16
HSL 31.85º 0.5% 0.68% -
HSV(B) 31.85º 0.38% 0.84% -
XYZ 47.49 47.04 28.77 -
YUV 182.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 214 176 133 0 0.18 0.38 0.16 31.85 0.5 0.68
Hex D6 B0 85 0 12 26 10 20 32 44
Octal 326 260 205 0 22 46 20 40 62 104
Binary 11010110 10110000 10000101 0 10010 100110 10000 100000 110010 1000100

Color Harmonies of #D6B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B085

Black with #D6B085

Text Example


Text Example

White with #D6B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B085; }

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

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

background-color css

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

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

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

border-color css

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

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

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