Html Css Color HEX #DACD40 Wattle

📋 copy color: '#DACD40'

red 218 ◦ green 205 ◦ blue 64

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

Shades of Wattle #DACD40

Tints of Wattle #DACD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.09%

 BLUE value IS 64 (25.39% from 255) = 13.14%

R = 44.76%
G = 42.09%
B = 13.14%

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

#DACD40 (or 0xDACD40) is known color: Wattle. HEX triplet: DA, CD and 40. RGB value is (218,205,64). Sum of RGB (Red+Green+Blue) = 218+205+64=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD40 is #2532BF. Grayscale: #C1C1C1. Windows color (decimal): -2437824 or 4247002. OLE color: 4247002.

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

Color convert

RGB 218 205 64 -
CMYK 0 0.06 0.71 0.15
HSL 54.94º 0.68% 0.55% -
HSV(B) 54.94º 0.71% 0.85% -
XYZ 51.67 58.94 13.5 -
YUV 192.81 55.31 145.96 -
System Red Green Blue C M Y K H S L
Decimal 218 205 64 0 0.06 0.71 0.15 54.94 0.68 0.55
Hex DA CD 40 0 6 47 F 37 44 37
Octal 332 315 100 0 6 107 17 67 104 67
Binary 11011010 11001101 1000000 0 110 1000111 1111 110111 1000100 110111

Color Harmonies of #DACD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD40

Black with #DACD40

Text Example


Text Example

White with #DACD40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD40; }

 p { color: rgb(218,205,64); }

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

background-color css

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

 a { background-color: rgb(218,205,64); }

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

border-color css

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

 span { border-color: rgb(218,205,64); }

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