Html Css Color HEX #DAC037 Wattle

📋 copy color: '#DAC037'

red 218 ◦ green 192 ◦ blue 55

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

Shades of Wattle #DAC037

Tints of Wattle #DAC037

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.29%

 BLUE value IS 55 (21.88% from 255) = 11.83%

R = 46.88%
G = 41.29%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#DAC037 (or 0xDAC037) is known color: Wattle. HEX triplet: DA, C0 and 37. RGB value is (218,192,55). Sum of RGB (Red+Green+Blue) = 218+192+55=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 192 (75.39% from 255 or 41.29% from 465); Blue value is 55 (21.88% from 255 or 11.83% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC037 is #253FC8. Grayscale: #B8B8B8. Windows color (decimal): -2441161 or 3653850. OLE color: 3653850.

HSL color Cylindrical-coordinate representation of color #DAC037: hue angle of 50.43º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DAC037 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 55 -
CMYK 0 0.12 0.75 0.15
HSL 50.43º 0.69% 0.54% -
HSV(B) 50.43º 0.75% 0.85% -
XYZ 48.45 52.88 11.27 -
YUV 184.16 55.11 152.14 -
System Red Green Blue C M Y K H S L
Decimal 218 192 55 0 0.12 0.75 0.15 50.43 0.69 0.54
Hex DA C0 37 0 C 4B F 32 45 36
Octal 332 300 67 0 14 113 17 62 105 66
Binary 11011010 11000000 110111 0 1100 1001011 1111 110010 1000101 110110

Color Harmonies of #DAC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC037

Black with #DAC037

Text Example


Text Example

White with #DAC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC037; }

 p { color: rgb(218,192,55); }

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

background-color css

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

 a { background-color: rgb(218,192,55); }

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

border-color css

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

 span { border-color: rgb(218,192,55); }

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