Html Css Color HEX #D6B079 Calico

📋 copy color: '#D6B079'

red 214 ◦ green 176 ◦ blue 121

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

Shades of Calico #D6B079

Tints of Calico #D6B079

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 23.68%

R = 41.88%
G = 34.44%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6B079 (or 0xD6B079) is known color: Calico. HEX triplet: D6, B0 and 79. RGB value is (214,176,121). Sum of RGB (Red+Green+Blue) = 214+176+121=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 176 (69.14% from 255 or 34.44% from 511); Blue value is 121 (47.66% from 255 or 23.68% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B079 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6B079 is #294F86. Grayscale: #B5B5B5. Windows color (decimal): -2707335 or 7975126. OLE color: 7975126.

HSL color Cylindrical-coordinate representation of color #D6B079: hue angle of 35.48º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D6B079 is Cyan = 0, Magento = 0.18, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 176 121 -
CMYK 0 0.18 0.43 0.16
HSL 35.48º 0.53% 0.66% -
HSV(B) 35.48º 0.43% 0.84% -
XYZ 46.71 46.73 24.65 -
YUV 181.09 94.09 151.47 -
System Red Green Blue C M Y K H S L
Decimal 214 176 121 0 0.18 0.43 0.16 35.48 0.53 0.66
Hex D6 B0 79 0 12 2B 10 23 35 42
Octal 326 260 171 0 22 53 20 43 65 102
Binary 11010110 10110000 1111001 0 10010 101011 10000 100011 110101 1000010

Color Harmonies of #D6B079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B079

Black with #D6B079

Text Example


Text Example

White with #D6B079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B079; }

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

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

background-color css

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

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

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

border-color css

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

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

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