Html Css Color HEX #DAB37F Calico

📋 copy color: '#DAB37F'

red 218 ◦ green 179 ◦ blue 127

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

Shades of Calico #DAB37F

Tints of Calico #DAB37F

RGB

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

 GREEN value IS 179 (70.31% from 255) = 34.16%

 BLUE value IS 127 (50% from 255) = 24.24%

R = 41.6%
G = 34.16%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DAB37F (or 0xDAB37F) is known color: Calico. HEX triplet: DA, B3 and 7F. RGB value is (218,179,127). Sum of RGB (Red+Green+Blue) = 218+179+127=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB37F is #254C80. Grayscale: #B8B8B8. Windows color (decimal): -2444417 or 8369114. OLE color: 8369114.

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

Color convert

RGB 218 179 127 -
CMYK 0 0.18 0.42 0.15
HSL 34.29º 0.55% 0.68% -
HSV(B) 34.29º 0.42% 0.85% -
XYZ 48.86 48.68 26.9 -
YUV 184.73 95.42 151.73 -
System Red Green Blue C M Y K H S L
Decimal 218 179 127 0 0.18 0.42 0.15 34.29 0.55 0.68
Hex DA B3 7F 0 12 2A F 22 37 44
Octal 332 263 177 0 22 52 17 42 67 104
Binary 11011010 10110011 1111111 0 10010 101010 1111 100010 110111 1000100

Color Harmonies of #DAB37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB37F

Black with #DAB37F

Text Example


Text Example

White with #DAB37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB37F; }

 p { color: rgb(218,179,127); }

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

background-color css

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

 a { background-color: rgb(218,179,127); }

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

border-color css

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

 span { border-color: rgb(218,179,127); }

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