Html Css Color HEX #DAD338 Wattle

📋 copy color: '#DAD338'

red 218 ◦ green 211 ◦ blue 56

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

Shades of Wattle #DAD338

Tints of Wattle #DAD338

RGB

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

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

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

R = 44.95%
G = 43.51%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#DAD338 (or 0xDAD338) is known color: Wattle. HEX triplet: DA, D3 and 38. RGB value is (218,211,56). Sum of RGB (Red+Green+Blue) = 218+211+56=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 56 (22.27% from 255 or 11.55% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD338 is #252CC7. Grayscale: #C4C4C4. Windows color (decimal): -2436296 or 3724250. OLE color: 3724250.

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

Color convert

RGB 218 211 56 -
CMYK 0 0.03 0.74 0.15
HSL 57.41º 0.69% 0.54% -
HSV(B) 57.41º 0.74% 0.85% -
XYZ 52.92 61.78 12.88 -
YUV 195.42 49.32 144.1 -
System Red Green Blue C M Y K H S L
Decimal 218 211 56 0 0.03 0.74 0.15 57.41 0.69 0.54
Hex DA D3 38 0 3 4A F 39 45 36
Octal 332 323 70 0 3 112 17 71 105 66
Binary 11011010 11010011 111000 0 11 1001010 1111 111001 1000101 110110

Color Harmonies of #DAD338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD338

Black with #DAD338

Text Example


Text Example

White with #DAD338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD338; }

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

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

background-color css

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

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

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

border-color css

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

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

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