Html Css Color HEX #DAC53D Wattle

📋 copy color: '#DAC53D'

red 218 ◦ green 197 ◦ blue 61

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

Shades of Wattle #DAC53D

Tints of Wattle #DAC53D

RGB

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

 GREEN value IS 197 (77.34% from 255) = 41.39%

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

R = 45.8%
G = 41.39%
B = 12.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAC53D (or 0xDAC53D) is known color: Wattle. HEX triplet: DA, C5 and 3D. RGB value is (218,197,61). Sum of RGB (Red+Green+Blue) = 218+197+61=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 61 (24.22% from 255 or 12.82% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC53D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC53D is #253AC2. Grayscale: #BCBCBC. Windows color (decimal): -2439875 or 4048346. OLE color: 4048346.

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

Color convert

RGB 218 197 61 -
CMYK 0 0.10 0.72 0.15
HSL 51.97º 0.68% 0.55% -
HSV(B) 51.97º 0.72% 0.85% -
XYZ 49.72 55.17 12.44 -
YUV 187.78 56.46 149.56 -
System Red Green Blue C M Y K H S L
Decimal 218 197 61 0 0.10 0.72 0.15 51.97 0.68 0.55
Hex DA C5 3D 0 A 48 F 34 44 37
Octal 332 305 75 0 12 110 17 64 104 67
Binary 11011010 11000101 111101 0 1010 1001000 1111 110100 1000100 110111

Color Harmonies of #DAC53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC53D

Black with #DAC53D

Text Example


Text Example

White with #DAC53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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