Html Css Color HEX #DAC039 Wattle

📋 copy color: '#DAC039'

red 218 ◦ green 192 ◦ blue 57

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

Shades of Wattle #DAC039

Tints of Wattle #DAC039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.21%

R = 46.68%
G = 41.11%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAC039 (or 0xDAC039) is known color: Wattle. HEX triplet: DA, C0 and 39. RGB value is (218,192,57). Sum of RGB (Red+Green+Blue) = 218+192+57=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 57 (22.66% from 255 or 12.21% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC039 is #253FC6. Grayscale: #B8B8B8. Windows color (decimal): -2441159 or 3784922. OLE color: 3784922.

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

Color convert

RGB 218 192 57 -
CMYK 0 0.12 0.74 0.15
HSL 50.31º 0.69% 0.54% -
HSV(B) 50.31º 0.74% 0.85% -
XYZ 48.5 52.9 11.53 -
YUV 184.38 56.11 151.98 -
System Red Green Blue C M Y K H S L
Decimal 218 192 57 0 0.12 0.74 0.15 50.31 0.69 0.54
Hex DA C0 39 0 C 4A F 32 45 36
Octal 332 300 71 0 14 112 17 62 105 66
Binary 11011010 11000000 111001 0 1100 1001010 1111 110010 1000101 110110

Color Harmonies of #DAC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC039

Black with #DAC039

Text Example


Text Example

White with #DAC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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