Html Css Color HEX #DAC732 Wattle

📋 copy color: '#DAC732'

red 218 ◦ green 199 ◦ blue 50

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

Shades of Wattle #DAC732

Tints of Wattle #DAC732

RGB

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

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

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

R = 46.68%
G = 42.61%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAC732 (or 0xDAC732) is known color: Wattle. HEX triplet: DA, C7 and 32. RGB value is (218,199,50). Sum of RGB (Red+Green+Blue) = 218+199+50=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC732 is #2538CD. Grayscale: #BCBCBC. Windows color (decimal): -2439374 or 3327962. OLE color: 3327962.

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

Color convert

RGB 218 199 50 -
CMYK 0 0.09 0.77 0.15
HSL 53.21º 0.69% 0.53% -
HSV(B) 53.21º 0.77% 0.85% -
XYZ 49.91 55.98 11.19 -
YUV 187.7 50.29 149.62 -
System Red Green Blue C M Y K H S L
Decimal 218 199 50 0 0.09 0.77 0.15 53.21 0.69 0.53
Hex DA C7 32 0 9 4D F 35 45 35
Octal 332 307 62 0 11 115 17 65 105 65
Binary 11011010 11000111 110010 0 1001 1001101 1111 110101 1000101 110101

Color Harmonies of #DAC732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC732

Black with #DAC732

Text Example


Text Example

White with #DAC732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC732; }

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

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

background-color css

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

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

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

border-color css

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

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

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