Html Css Color HEX #DAD030 Wattle

📋 copy color: '#DAD030'

red 218 ◦ green 208 ◦ blue 48

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

Shades of Wattle #DAD030

Tints of Wattle #DAD030

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.88%

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

R = 45.99%
G = 43.88%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAD030 (or 0xDAD030) is known color: Wattle. HEX triplet: DA, D0 and 30. RGB value is (218,208,48). Sum of RGB (Red+Green+Blue) = 218+208+48=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 48 (19.14% from 255 or 10.13% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD030 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD030 is #252FCF. Grayscale: #C1C1C1. Windows color (decimal): -2437072 or 3199194. OLE color: 3199194.

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

Color convert

RGB 218 208 48 -
CMYK 0 0.05 0.78 0.15
HSL 56.47º 0.7% 0.52% -
HSV(B) 56.47º 0.78% 0.85% -
XYZ 52 60.23 11.68 -
YUV 192.75 46.31 146.01 -
System Red Green Blue C M Y K H S L
Decimal 218 208 48 0 0.05 0.78 0.15 56.47 0.7 0.52
Hex DA D0 30 0 5 4E F 38 46 34
Octal 332 320 60 0 5 116 17 70 106 64
Binary 11011010 11010000 110000 0 101 1001110 1111 111000 1000110 110100

Color Harmonies of #DAD030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD030

Black with #DAD030

Text Example


Text Example

White with #DAD030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD030; }

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

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

background-color css

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

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

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

border-color css

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

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

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