Html Css Color HEX #DAD232 Wattle

📋 copy color: '#DAD232'

red 218 ◦ green 210 ◦ blue 50

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

Shades of Wattle #DAD232

Tints of Wattle #DAD232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.93%

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

R = 45.61%
G = 43.93%
B = 10.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAD232 (or 0xDAD232) is known color: Wattle. HEX triplet: DA, D2 and 32. RGB value is (218,210,50). Sum of RGB (Red+Green+Blue) = 218+210+50=478 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.61% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 50 (19.92% from 255 or 10.46% from 478); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD232 is #252DCD. Grayscale: #C2C2C2. Windows color (decimal): -2436558 or 3330778. OLE color: 3330778.

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

Color convert

RGB 218 210 50 -
CMYK 0 0.04 0.77 0.15
HSL 57.14º 0.69% 0.53% -
HSV(B) 57.14º 0.77% 0.85% -
XYZ 52.54 61.23 12.07 -
YUV 194.15 46.65 145.01 -
System Red Green Blue C M Y K H S L
Decimal 218 210 50 0 0.04 0.77 0.15 57.14 0.69 0.53
Hex DA D2 32 0 4 4D F 39 45 35
Octal 332 322 62 0 4 115 17 71 105 65
Binary 11011010 11010010 110010 0 100 1001101 1111 111001 1000101 110101

Color Harmonies of #DAD232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD232

Black with #DAD232

Text Example


Text Example

White with #DAD232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD232; }

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

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

background-color css

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

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

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

border-color css

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

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

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