Html Css Color HEX #DACD41 Wattle

📋 copy color: '#DACD41'

red 218 ◦ green 205 ◦ blue 65

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

Shades of Wattle #DACD41

Tints of Wattle #DACD41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.32%

R = 44.67%
G = 42.01%
B = 13.32%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#DACD41 (or 0xDACD41) is known color: Wattle. HEX triplet: DA, CD and 41. RGB value is (218,205,65). Sum of RGB (Red+Green+Blue) = 218+205+65=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 205 (80.47% from 255 or 42.01% from 488); Blue value is 65 (25.78% from 255 or 13.32% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DACD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACD41 is #2532BE. Grayscale: #C1C1C1. Windows color (decimal): -2437823 or 4312538. OLE color: 4312538.

HSL color Cylindrical-coordinate representation of color #DACD41: hue angle of 54.9º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DACD41 is Cyan = 0, Magento = 0.06, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 205 65 -
CMYK 0 0.06 0.70 0.15
HSL 54.9º 0.67% 0.55% -
HSV(B) 54.9º 0.7% 0.85% -
XYZ 51.7 58.95 13.65 -
YUV 192.93 55.81 145.88 -
System Red Green Blue C M Y K H S L
Decimal 218 205 65 0 0.06 0.70 0.15 54.9 0.67 0.55
Hex DA CD 41 0 6 46 F 37 43 37
Octal 332 315 101 0 6 106 17 67 103 67
Binary 11011010 11001101 1000001 0 110 1000110 1111 110111 1000011 110111

Color Harmonies of #DACD41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACD41

Black with #DACD41

Text Example


Text Example

White with #DACD41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACD41; }

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

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

background-color css

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

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

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

border-color css

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

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

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