Html Css Color HEX #DAC532 Wattle

📋 copy color: '#DAC532'

red 218 ◦ green 197 ◦ blue 50

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

Shades of Wattle #DAC532

Tints of Wattle #DAC532

RGB

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

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

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

R = 46.88%
G = 42.37%
B = 10.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAC532 (or 0xDAC532) is known color: Wattle. HEX triplet: DA, C5 and 32. RGB value is (218,197,50). Sum of RGB (Red+Green+Blue) = 218+197+50=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC532 is #253ACD. Grayscale: #BBBBBB. Windows color (decimal): -2439886 or 3327450. OLE color: 3327450.

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

Color convert

RGB 218 197 50 -
CMYK 0 0.10 0.77 0.15
HSL 52.5º 0.69% 0.53% -
HSV(B) 52.5º 0.77% 0.85% -
XYZ 49.46 55.07 11.04 -
YUV 186.52 50.96 150.45 -
System Red Green Blue C M Y K H S L
Decimal 218 197 50 0 0.10 0.77 0.15 52.5 0.69 0.53
Hex DA C5 32 0 A 4D F 34 45 35
Octal 332 305 62 0 12 115 17 64 105 65
Binary 11011010 11000101 110010 0 1010 1001101 1111 110100 1000101 110101

Color Harmonies of #DAC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC532

Black with #DAC532

Text Example


Text Example

White with #DAC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC532; }

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

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

background-color css

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

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

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

border-color css

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

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

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