Html Css Color HEX #DAC930 Wattle

📋 copy color: '#DAC930'

red 218 ◦ green 201 ◦ blue 48

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

Shades of Wattle #DAC930

Tints of Wattle #DAC930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.28%

R = 46.68%
G = 43.04%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC930 (or 0xDAC930) is known color: Wattle. HEX triplet: DA, C9 and 30. RGB value is (218,201,48). Sum of RGB (Red+Green+Blue) = 218+201+48=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 48 (19.14% from 255 or 10.28% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC930 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC930 is #2536CF. Grayscale: #BDBDBD. Windows color (decimal): -2438864 or 3197402. OLE color: 3197402.

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

Color convert

RGB 218 201 48 -
CMYK 0 0.08 0.78 0.15
HSL 54º 0.7% 0.52% -
HSV(B) 54º 0.78% 0.85% -
XYZ 50.33 56.89 11.12 -
YUV 188.64 48.63 148.94 -
System Red Green Blue C M Y K H S L
Decimal 218 201 48 0 0.08 0.78 0.15 54 0.7 0.52
Hex DA C9 30 0 8 4E F 36 46 34
Octal 332 311 60 0 10 116 17 66 106 64
Binary 11011010 11001001 110000 0 1000 1001110 1111 110110 1000110 110100

Color Harmonies of #DAC930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC930

Black with #DAC930

Text Example


Text Example

White with #DAC930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC930; }

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

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

background-color css

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

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

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

border-color css

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

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

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