Html Css Color HEX #DACC3F Wattle

📋 copy color: '#DACC3F'

red 218 ◦ green 204 ◦ blue 63

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

Shades of Wattle #DACC3F

Tints of Wattle #DACC3F

RGB

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

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

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

R = 44.95%
G = 42.06%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#DACC3F (or 0xDACC3F) is known color: Wattle. HEX triplet: DA, CC and 3F. RGB value is (218,204,63). Sum of RGB (Red+Green+Blue) = 218+204+63=485 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.95% from 485); Green value is 204 (80.08% from 255 or 42.06% from 485); Blue value is 63 (25% from 255 or 12.99% from 485); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC3F is #2533C0. Grayscale: #C0C0C0. Windows color (decimal): -2438081 or 4181210. OLE color: 4181210.

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

Color convert

RGB 218 204 63 -
CMYK 0 0.06 0.71 0.15
HSL 54.58º 0.68% 0.55% -
HSV(B) 54.58º 0.71% 0.85% -
XYZ 51.4 58.45 13.28 -
YUV 192.11 55.14 146.46 -
System Red Green Blue C M Y K H S L
Decimal 218 204 63 0 0.06 0.71 0.15 54.58 0.68 0.55
Hex DA CC 3F 0 6 47 F 37 44 37
Octal 332 314 77 0 6 107 17 67 104 67
Binary 11011010 11001100 111111 0 110 1000111 1111 110111 1000100 110111

Color Harmonies of #DACC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC3F

Black with #DACC3F

Text Example


Text Example

White with #DACC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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