Html Css Color HEX #DAC731 Wattle

📋 copy color: '#DAC731'

red 218 ◦ green 199 ◦ blue 49

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

Shades of Wattle #DAC731

Tints of Wattle #DAC731

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.7%

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

R = 46.78%
G = 42.7%
B = 10.52%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC731 (or 0xDAC731) is known color: Wattle. HEX triplet: DA, C7 and 31. RGB value is (218,199,49). Sum of RGB (Red+Green+Blue) = 218+199+49=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 49 (19.53% from 255 or 10.52% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC731 is #2538CE. Grayscale: #BCBCBC. Windows color (decimal): -2439375 or 3262426. OLE color: 3262426.

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

Color convert

RGB 218 199 49 -
CMYK 0 0.09 0.78 0.15
HSL 53.25º 0.7% 0.52% -
HSV(B) 53.25º 0.78% 0.85% -
XYZ 49.89 55.97 11.08 -
YUV 187.58 49.79 149.7 -
System Red Green Blue C M Y K H S L
Decimal 218 199 49 0 0.09 0.78 0.15 53.25 0.7 0.52
Hex DA C7 31 0 9 4E F 35 46 34
Octal 332 307 61 0 11 116 17 65 106 64
Binary 11011010 11000111 110001 0 1001 1001110 1111 110101 1000110 110100

Color Harmonies of #DAC731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC731

Black with #DAC731

Text Example


Text Example

White with #DAC731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC731; }

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

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

background-color css

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

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

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

border-color css

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

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

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