Html Css Color HEX #DAC032 Wattle

📋 copy color: '#DAC032'

red 218 ◦ green 192 ◦ blue 50

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

Shades of Wattle #DAC032

Tints of Wattle #DAC032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.87%

R = 47.39%
G = 41.74%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAC032 (or 0xDAC032) is known color: Wattle. HEX triplet: DA, C0 and 32. RGB value is (218,192,50). Sum of RGB (Red+Green+Blue) = 218+192+50=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC032 is #253FCD. Grayscale: #B8B8B8. Windows color (decimal): -2441166 or 3326170. OLE color: 3326170.

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

Color convert

RGB 218 192 50 -
CMYK 0 0.12 0.77 0.15
HSL 50.71º 0.69% 0.53% -
HSV(B) 50.71º 0.77% 0.85% -
XYZ 48.34 52.83 10.67 -
YUV 183.59 52.61 152.55 -
System Red Green Blue C M Y K H S L
Decimal 218 192 50 0 0.12 0.77 0.15 50.71 0.69 0.53
Hex DA C0 32 0 C 4D F 33 45 35
Octal 332 300 62 0 14 115 17 63 105 65
Binary 11011010 11000000 110010 0 1100 1001101 1111 110011 1000101 110101

Color Harmonies of #DAC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC032

Black with #DAC032

Text Example


Text Example

White with #DAC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC032; }

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

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

background-color css

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

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

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

border-color css

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

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

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