Html Css Color HEX #DAD43F Wattle

📋 copy color: '#DAD43F'

red 218 ◦ green 212 ◦ blue 63

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

Shades of Wattle #DAD43F

Tints of Wattle #DAD43F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 12.78%

R = 44.22%
G = 43%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DAD43F (or 0xDAD43F) is known color: Wattle. HEX triplet: DA, D4 and 3F. RGB value is (218,212,63). Sum of RGB (Red+Green+Blue) = 218+212+63=493 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.22% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 63 (25% from 255 or 12.78% from 493); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAD43F is #252BC0. Grayscale: #C5C5C5. Windows color (decimal): -2436033 or 4183258. OLE color: 4183258.

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

Color convert

RGB 218 212 63 -
CMYK 0 0.03 0.71 0.15
HSL 57.68º 0.68% 0.55% -
HSV(B) 57.68º 0.71% 0.85% -
XYZ 53.35 62.35 13.93 -
YUV 196.81 52.49 143.12 -
System Red Green Blue C M Y K H S L
Decimal 218 212 63 0 0.03 0.71 0.15 57.68 0.68 0.55
Hex DA D4 3F 0 3 47 F 3A 44 37
Octal 332 324 77 0 3 107 17 72 104 67
Binary 11011010 11010100 111111 0 11 1000111 1111 111010 1000100 110111

Color Harmonies of #DAD43F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD43F

Black with #DAD43F

Text Example


Text Example

White with #DAD43F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD43F; }

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

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

background-color css

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

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

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

border-color css

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

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

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