Html Css Color HEX #D2AB79 Calico

📋 copy color: '#D2AB79'

red 210 ◦ green 171 ◦ blue 121

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

Shades of Calico #D2AB79

Tints of Calico #D2AB79

RGB

 RED value IS 210 (82.42% from 255) = 41.83%

 GREEN value IS 171 (67.19% from 255) = 34.06%

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

R = 41.83%
G = 34.06%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D2AB79 (or 0xD2AB79) is known color: Calico. HEX triplet: D2, AB and 79. RGB value is (210,171,121). Sum of RGB (Red+Green+Blue) = 210+171+121=502 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.83% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 121 (47.66% from 255 or 24.10% from 502); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AB79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AB79 is #2D5486. Grayscale: #B1B1B1. Windows color (decimal): -2970759 or 7973842. OLE color: 7973842.

HSL color Cylindrical-coordinate representation of color #D2AB79: hue angle of 33.71º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2AB79 is Cyan = 0, Magento = 0.19, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 171 121 -
CMYK 0 0.19 0.42 0.18
HSL 33.71º 0.5% 0.65% -
HSV(B) 33.71º 0.42% 0.82% -
XYZ 44.59 44.21 24.27 -
YUV 176.96 96.42 151.57 -
System Red Green Blue C M Y K H S L
Decimal 210 171 121 0 0.19 0.42 0.18 33.71 0.5 0.65
Hex D2 AB 79 0 13 2A 12 22 32 41
Octal 322 253 171 0 23 52 22 42 62 101
Binary 11010010 10101011 1111001 0 10011 101010 10010 100010 110010 1000001

Color Harmonies of #D2AB79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AB79

Black with #D2AB79

Text Example


Text Example

White with #D2AB79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AB79; }

 p { color: rgb(210,171,121); }

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

background-color css

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

 a { background-color: rgb(210,171,121); }

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

border-color css

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

 span { border-color: rgb(210,171,121); }

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