Html Css Color HEX #D6B479 Calico

📋 copy color: '#D6B479'

red 214 ◦ green 180 ◦ blue 121

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

Shades of Calico #D6B479

Tints of Calico #D6B479

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.95%

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

R = 41.55%
G = 34.95%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D6B479 (or 0xD6B479) is known color: Calico. HEX triplet: D6, B4 and 79. RGB value is (214,180,121). Sum of RGB (Red+Green+Blue) = 214+180+121=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 121 (47.66% from 255 or 23.50% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B479 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B479 is #294B86. Grayscale: #B7B7B7. Windows color (decimal): -2706311 or 7976150. OLE color: 7976150.

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

Color convert

RGB 214 180 121 -
CMYK 0 0.16 0.43 0.16
HSL 38.06º 0.53% 0.66% -
HSV(B) 38.06º 0.43% 0.84% -
XYZ 47.5 48.32 24.91 -
YUV 183.44 92.76 149.8 -
System Red Green Blue C M Y K H S L
Decimal 214 180 121 0 0.16 0.43 0.16 38.06 0.53 0.66
Hex D6 B4 79 0 10 2B 10 26 35 42
Octal 326 264 171 0 20 53 20 46 65 102
Binary 11010110 10110100 1111001 0 10000 101011 10000 100110 110101 1000010

Color Harmonies of #D6B479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B479

Black with #D6B479

Text Example


Text Example

White with #D6B479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B479; }

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

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

background-color css

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

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

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

border-color css

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

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

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