Html Css Color HEX #DAC932 Wattle

📋 copy color: '#DAC932'

red 218 ◦ green 201 ◦ blue 50

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

Shades of Wattle #DAC932

Tints of Wattle #DAC932

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.86%

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

R = 46.48%
G = 42.86%
B = 10.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAC932 (or 0xDAC932) is known color: Wattle. HEX triplet: DA, C9 and 32. RGB value is (218,201,50). Sum of RGB (Red+Green+Blue) = 218+201+50=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 201 (78.91% from 255 or 42.86% from 469); Blue value is 50 (19.92% from 255 or 10.66% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC932 is #2536CD. Grayscale: #BDBDBD. Windows color (decimal): -2438862 or 3328474. OLE color: 3328474.

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

Color convert

RGB 218 201 50 -
CMYK 0 0.08 0.77 0.15
HSL 53.93º 0.69% 0.53% -
HSV(B) 53.93º 0.77% 0.85% -
XYZ 50.38 56.91 11.35 -
YUV 188.87 49.63 148.78 -
System Red Green Blue C M Y K H S L
Decimal 218 201 50 0 0.08 0.77 0.15 53.93 0.69 0.53
Hex DA C9 32 0 8 4D F 36 45 35
Octal 332 311 62 0 10 115 17 66 105 65
Binary 11011010 11001001 110010 0 1000 1001101 1111 110110 1000101 110101

Color Harmonies of #DAC932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC932

Black with #DAC932

Text Example


Text Example

White with #DAC932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC932; }

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

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

background-color css

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

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

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

border-color css

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

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

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