Html Css Color HEX #DAC531 Wattle

📋 copy color: '#DAC531'

red 218 ◦ green 197 ◦ blue 49

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

Shades of Wattle #DAC531

Tints of Wattle #DAC531

RGB

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

 GREEN value IS 197 (77.34% from 255) = 42.46%

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

R = 46.98%
G = 42.46%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC531 (or 0xDAC531) is known color: Wattle. HEX triplet: DA, C5 and 31. RGB value is (218,197,49). Sum of RGB (Red+Green+Blue) = 218+197+49=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 197 (77.34% from 255 or 42.46% from 464); Blue value is 49 (19.53% from 255 or 10.56% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC531 is #253ACE. Grayscale: #BBBBBB. Windows color (decimal): -2439887 or 3261914. OLE color: 3261914.

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

Color convert

RGB 218 197 49 -
CMYK 0 0.10 0.78 0.15
HSL 52.54º 0.7% 0.52% -
HSV(B) 52.54º 0.78% 0.85% -
XYZ 49.43 55.06 10.93 -
YUV 186.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 218 197 49 0 0.10 0.78 0.15 52.54 0.7 0.52
Hex DA C5 31 0 A 4E F 35 46 34
Octal 332 305 61 0 12 116 17 65 106 64
Binary 11011010 11000101 110001 0 1010 1001110 1111 110101 1000110 110100

Color Harmonies of #DAC531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC531

Black with #DAC531

Text Example


Text Example

White with #DAC531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC531; }

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

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

background-color css

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

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

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

border-color css

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

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

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