Html Css Color HEX #DAB279 Calico

📋 copy color: '#DAB279'

red 218 ◦ green 178 ◦ blue 121

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

Shades of Calico #DAB279

Tints of Calico #DAB279

RGB

 RED value IS 218 (85.55% from 255) = 42.17%

 GREEN value IS 178 (69.92% from 255) = 34.43%

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

R = 42.17%
G = 34.43%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DAB279 (or 0xDAB279) is known color: Calico. HEX triplet: DA, B2 and 79. RGB value is (218,178,121). Sum of RGB (Red+Green+Blue) = 218+178+121=517 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.17% from 517); Green value is 178 (69.92% from 255 or 34.43% from 517); Blue value is 121 (47.66% from 255 or 23.40% from 517); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAB279 is #254D86. Grayscale: #B7B7B7. Windows color (decimal): -2444679 or 7975642. OLE color: 7975642.

HSL color Cylindrical-coordinate representation of color #DAB279: hue angle of 35.26º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DAB279 is Cyan = 0, Magento = 0.18, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 178 121 -
CMYK 0 0.18 0.44 0.15
HSL 35.26º 0.57% 0.66% -
HSV(B) 35.26º 0.44% 0.85% -
XYZ 48.29 48.13 24.83 -
YUV 183.46 92.75 152.63 -
System Red Green Blue C M Y K H S L
Decimal 218 178 121 0 0.18 0.44 0.15 35.26 0.57 0.66
Hex DA B2 79 0 12 2C F 23 39 42
Octal 332 262 171 0 22 54 17 43 71 102
Binary 11011010 10110010 1111001 0 10010 101100 1111 100011 111001 1000010

Color Harmonies of #DAB279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB279

Black with #DAB279

Text Example


Text Example

White with #DAB279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB279; }

 p { color: rgb(218,178,121); }

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

background-color css

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

 a { background-color: rgb(218,178,121); }

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

border-color css

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

 span { border-color: rgb(218,178,121); }

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