Html Css Color HEX #DAC530 Wattle

📋 copy color: '#DAC530'

red 218 ◦ green 197 ◦ blue 48

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

Shades of Wattle #DAC530

Tints of Wattle #DAC530

RGB

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

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

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

R = 47.08%
G = 42.55%
B = 10.37%

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

#DAC530 (or 0xDAC530) is known color: Wattle. HEX triplet: DA, C5 and 30. RGB value is (218,197,48). Sum of RGB (Red+Green+Blue) = 218+197+48=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 48 (19.14% from 255 or 10.37% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC530 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC530 is #253ACF. Grayscale: #BABABA. Windows color (decimal): -2439888 or 3196378. OLE color: 3196378.

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

Color convert

RGB 218 197 48 -
CMYK 0 0.10 0.78 0.15
HSL 52.59º 0.7% 0.52% -
HSV(B) 52.59º 0.78% 0.85% -
XYZ 49.41 55.05 10.82 -
YUV 186.29 49.96 150.62 -
System Red Green Blue C M Y K H S L
Decimal 218 197 48 0 0.10 0.78 0.15 52.59 0.7 0.52
Hex DA C5 30 0 A 4E F 35 46 34
Octal 332 305 60 0 12 116 17 65 106 64
Binary 11011010 11000101 110000 0 1010 1001110 1111 110101 1000110 110100

Color Harmonies of #DAC530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC530

Black with #DAC530

Text Example


Text Example

White with #DAC530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC530; }

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

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

background-color css

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

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

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

border-color css

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

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

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