Html Css Color HEX #DAC033 Wattle

📋 copy color: '#DAC033'

red 218 ◦ green 192 ◦ blue 51

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

Shades of Wattle #DAC033

Tints of Wattle #DAC033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.06%

R = 47.29%
G = 41.65%
B = 11.06%

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

#DAC033 (or 0xDAC033) is known color: Wattle. HEX triplet: DA, C0 and 33. RGB value is (218,192,51). Sum of RGB (Red+Green+Blue) = 218+192+51=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 192 (75.39% from 255 or 41.65% from 461); Blue value is 51 (20.31% from 255 or 11.06% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC033 is #253FCC. Grayscale: #B8B8B8. Windows color (decimal): -2441165 or 3391706. OLE color: 3391706.

HSL color Cylindrical-coordinate representation of color #DAC033: hue angle of 50.66º 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 #DAC033 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 51 -
CMYK 0 0.12 0.77 0.15
HSL 50.66º 0.69% 0.53% -
HSV(B) 50.66º 0.77% 0.85% -
XYZ 48.36 52.84 10.78 -
YUV 183.7 53.11 152.46 -
System Red Green Blue C M Y K H S L
Decimal 218 192 51 0 0.12 0.77 0.15 50.66 0.69 0.53
Hex DA C0 33 0 C 4D F 33 45 35
Octal 332 300 63 0 14 115 17 63 105 65
Binary 11011010 11000000 110011 0 1100 1001101 1111 110011 1000101 110101

Color Harmonies of #DAC033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC033

Black with #DAC033

Text Example


Text Example

White with #DAC033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC033; }

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

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

background-color css

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

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

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

border-color css

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

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

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