Html Css Color HEX #DAD138 Wattle

📋 copy color: '#DAD138'

red 218 ◦ green 209 ◦ blue 56

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

Shades of Wattle #DAD138

Tints of Wattle #DAD138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 11.59%

R = 45.13%
G = 43.27%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAD138 (or 0xDAD138) is known color: Wattle. HEX triplet: DA, D1 and 38. RGB value is (218,209,56). Sum of RGB (Red+Green+Blue) = 218+209+56=483 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.13% from 483); Green value is 209 (82.03% from 255 or 43.27% from 483); Blue value is 56 (22.27% from 255 or 11.59% from 483); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD138 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD138 is #252EC7. Grayscale: #C2C2C2. Windows color (decimal): -2436808 or 3723738. OLE color: 3723738.

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

Color convert

RGB 218 209 56 -
CMYK 0 0.04 0.74 0.15
HSL 56.67º 0.69% 0.54% -
HSV(B) 56.67º 0.74% 0.85% -
XYZ 52.43 60.79 12.71 -
YUV 194.25 49.98 144.94 -
System Red Green Blue C M Y K H S L
Decimal 218 209 56 0 0.04 0.74 0.15 56.67 0.69 0.54
Hex DA D1 38 0 4 4A F 39 45 36
Octal 332 321 70 0 4 112 17 71 105 66
Binary 11011010 11010001 111000 0 100 1001010 1111 111001 1000101 110110

Color Harmonies of #DAD138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD138

Black with #DAD138

Text Example


Text Example

White with #DAD138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD138; }

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

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

background-color css

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

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

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

border-color css

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

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

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