Html Css Color HEX #DAD334 Wattle

📋 copy color: '#DAD334'

red 218 ◦ green 211 ◦ blue 52

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

Shades of Wattle #DAD334

Tints of Wattle #DAD334

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.87%

 BLUE value IS 52 (20.7% from 255) = 10.81%

R = 45.32%
G = 43.87%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DAD334 (or 0xDAD334) is known color: Wattle. HEX triplet: DA, D3 and 34. RGB value is (218,211,52). Sum of RGB (Red+Green+Blue) = 218+211+52=481 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.32% from 481); Green value is 211 (82.81% from 255 or 43.87% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD334 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD334 is #252CCB. Grayscale: #C3C3C3. Windows color (decimal): -2436300 or 3462106. OLE color: 3462106.

HSL color Cylindrical-coordinate representation of color #DAD334: hue angle of 57.47º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAD334 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 211 52 -
CMYK 0 0.03 0.76 0.15
HSL 57.47º 0.69% 0.53% -
HSV(B) 57.47º 0.76% 0.85% -
XYZ 52.83 61.74 12.38 -
YUV 194.97 47.32 144.43 -
System Red Green Blue C M Y K H S L
Decimal 218 211 52 0 0.03 0.76 0.15 57.47 0.69 0.53
Hex DA D3 34 0 3 4C F 39 45 35
Octal 332 323 64 0 3 114 17 71 105 65
Binary 11011010 11010011 110100 0 11 1001100 1111 111001 1000101 110101

Color Harmonies of #DAD334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD334

Black with #DAD334

Text Example


Text Example

White with #DAD334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD334; }

 p { color: rgb(218,211,52); }

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

background-color css

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

 a { background-color: rgb(218,211,52); }

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

border-color css

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

 span { border-color: rgb(218,211,52); }

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