Html Css Color HEX #DACC3E Wattle

📋 copy color: '#DACC3E'

red 218 ◦ green 204 ◦ blue 62

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

Shades of Wattle #DACC3E

Tints of Wattle #DACC3E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.15%

 BLUE value IS 62 (24.61% from 255) = 12.81%

R = 45.04%
G = 42.15%
B = 12.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DACC3E (or 0xDACC3E) is known color: Wattle. HEX triplet: DA, CC and 3E. RGB value is (218,204,62). Sum of RGB (Red+Green+Blue) = 218+204+62=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 62 (24.61% from 255 or 12.81% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC3E is #2533C1. Grayscale: #C0C0C0. Windows color (decimal): -2438082 or 4115674. OLE color: 4115674.

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

Color convert

RGB 218 204 62 -
CMYK 0 0.06 0.72 0.15
HSL 54.62º 0.68% 0.55% -
HSV(B) 54.62º 0.72% 0.85% -
XYZ 51.38 58.44 13.13 -
YUV 192 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 218 204 62 0 0.06 0.72 0.15 54.62 0.68 0.55
Hex DA CC 3E 0 6 48 F 37 44 37
Octal 332 314 76 0 6 110 17 67 104 67
Binary 11011010 11001100 111110 0 110 1001000 1111 110111 1000100 110111

Color Harmonies of #DACC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC3E

Black with #DACC3E

Text Example


Text Example

White with #DACC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC3E; }

 p { color: rgb(218,204,62); }

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

background-color css

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

 a { background-color: rgb(218,204,62); }

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

border-color css

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

 span { border-color: rgb(218,204,62); }

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