Html Css Color HEX #DAD43D Wattle

📋 copy color: '#DAD43D'

red 218 ◦ green 212 ◦ blue 61

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

Shades of Wattle #DAD43D

Tints of Wattle #DAD43D

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.18%

 BLUE value IS 61 (24.22% from 255) = 12.42%

R = 44.4%
G = 43.18%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAD43D (or 0xDAD43D) is known color: Wattle. HEX triplet: DA, D4 and 3D. RGB value is (218,212,61). Sum of RGB (Red+Green+Blue) = 218+212+61=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 61 (24.22% from 255 or 12.42% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD43D is #252BC2. Grayscale: #C5C5C5. Windows color (decimal): -2436035 or 4052186. OLE color: 4052186.

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

Color convert

RGB 218 212 61 -
CMYK 0 0.03 0.72 0.15
HSL 57.71º 0.68% 0.55% -
HSV(B) 57.71º 0.72% 0.85% -
XYZ 53.3 62.33 13.64 -
YUV 196.58 51.49 143.28 -
System Red Green Blue C M Y K H S L
Decimal 218 212 61 0 0.03 0.72 0.15 57.71 0.68 0.55
Hex DA D4 3D 0 3 48 F 3A 44 37
Octal 332 324 75 0 3 110 17 72 104 67
Binary 11011010 11010100 111101 0 11 1001000 1111 111010 1000100 110111

Color Harmonies of #DAD43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD43D

Black with #DAD43D

Text Example


Text Example

White with #DAD43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD43D; }

 p { color: rgb(218,212,61); }

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

background-color css

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

 a { background-color: rgb(218,212,61); }

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

border-color css

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

 span { border-color: rgb(218,212,61); }

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