Html Css Color HEX #DAC43D Wattle

📋 copy color: '#DAC43D'

red 218 ◦ green 196 ◦ blue 61

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

Shades of Wattle #DAC43D

Tints of Wattle #DAC43D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.26%

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

R = 45.89%
G = 41.26%
B = 12.84%

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

#DAC43D (or 0xDAC43D) is known color: Wattle. HEX triplet: DA, C4 and 3D. RGB value is (218,196,61). Sum of RGB (Red+Green+Blue) = 218+196+61=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 196 (76.95% from 255 or 41.26% from 475); Blue value is 61 (24.22% from 255 or 12.84% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC43D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC43D is #253BC2. Grayscale: #BBBBBB. Windows color (decimal): -2440131 or 4048090. OLE color: 4048090.

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

Color convert

RGB 218 196 61 -
CMYK 0 0.10 0.72 0.15
HSL 51.59º 0.68% 0.55% -
HSV(B) 51.59º 0.72% 0.85% -
XYZ 49.5 54.72 12.37 -
YUV 187.19 56.79 149.98 -
System Red Green Blue C M Y K H S L
Decimal 218 196 61 0 0.10 0.72 0.15 51.59 0.68 0.55
Hex DA C4 3D 0 A 48 F 34 44 37
Octal 332 304 75 0 12 110 17 64 104 67
Binary 11011010 11000100 111101 0 1010 1001000 1111 110100 1000100 110111

Color Harmonies of #DAC43D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC43D

Black with #DAC43D

Text Example


Text Example

White with #DAC43D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC43D; }

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

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

background-color css

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

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

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

border-color css

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

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

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