Html Css Color HEX #DAD140 Wattle

📋 copy color: '#DAD140'

red 218 ◦ green 209 ◦ blue 64

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

Shades of Wattle #DAD140

Tints of Wattle #DAD140

RGB

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

 GREEN value IS 209 (82.03% from 255) = 42.57%

 BLUE value IS 64 (25.39% from 255) = 13.03%

R = 44.4%
G = 42.57%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAD140 (or 0xDAD140) is known color: Wattle. HEX triplet: DA, D1 and 40. RGB value is (218,209,64). Sum of RGB (Red+Green+Blue) = 218+209+64=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 209 (82.03% from 255 or 42.57% from 491); Blue value is 64 (25.39% from 255 or 13.03% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD140 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD140 is #252EBF. Grayscale: #C3C3C3. Windows color (decimal): -2436800 or 4248026. OLE color: 4248026.

HSL color Cylindrical-coordinate representation of color #DAD140: hue angle of 56.49º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAD140 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 209 64 -
CMYK 0 0.04 0.71 0.15
HSL 56.49º 0.68% 0.55% -
HSV(B) 56.49º 0.71% 0.85% -
XYZ 52.64 60.88 13.83 -
YUV 195.16 53.98 144.29 -
System Red Green Blue C M Y K H S L
Decimal 218 209 64 0 0.04 0.71 0.15 56.49 0.68 0.55
Hex DA D1 40 0 4 47 F 38 44 37
Octal 332 321 100 0 4 107 17 70 104 67
Binary 11011010 11010001 1000000 0 100 1000111 1111 111000 1000100 110111

Color Harmonies of #DAD140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD140

Black with #DAD140

Text Example


Text Example

White with #DAD140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD140; }

 p { color: rgb(218,209,64); }

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

background-color css

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

 a { background-color: rgb(218,209,64); }

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

border-color css

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

 span { border-color: rgb(218,209,64); }

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