Html Css Color HEX #DAC031 Wattle

📋 copy color: '#DAC031'

red 218 ◦ green 192 ◦ blue 49

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

Shades of Wattle #DAC031

Tints of Wattle #DAC031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 10.68%

R = 47.49%
G = 41.83%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC031 (or 0xDAC031) is known color: Wattle. HEX triplet: DA, C0 and 31. RGB value is (218,192,49). Sum of RGB (Red+Green+Blue) = 218+192+49=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC031 is #253FCE. Grayscale: #B8B8B8. Windows color (decimal): -2441167 or 3260634. OLE color: 3260634.

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

Color convert

RGB 218 192 49 -
CMYK 0 0.12 0.78 0.15
HSL 50.77º 0.7% 0.52% -
HSV(B) 50.77º 0.78% 0.85% -
XYZ 48.32 52.83 10.56 -
YUV 183.47 52.11 152.63 -
System Red Green Blue C M Y K H S L
Decimal 218 192 49 0 0.12 0.78 0.15 50.77 0.7 0.52
Hex DA C0 31 0 C 4E F 33 46 34
Octal 332 300 61 0 14 116 17 63 106 64
Binary 11011010 11000000 110001 0 1100 1001110 1111 110011 1000110 110100

Color Harmonies of #DAC031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC031

Black with #DAC031

Text Example


Text Example

White with #DAC031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC031; }

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

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

background-color css

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

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

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

border-color css

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

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

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