Html Css Color HEX #DACC41 Wattle

📋 copy color: '#DACC41'

red 218 ◦ green 204 ◦ blue 65

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

Shades of Wattle #DACC41

Tints of Wattle #DACC41

RGB

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

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

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

R = 44.76%
G = 41.89%
B = 13.35%

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

#DACC41 (or 0xDACC41) is known color: Wattle. HEX triplet: DA, CC and 41. RGB value is (218,204,65). Sum of RGB (Red+Green+Blue) = 218+204+65=487 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.76% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 65 (25.78% from 255 or 13.35% from 487); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC41 is #2533BE. Grayscale: #C0C0C0. Windows color (decimal): -2438079 or 4312282. OLE color: 4312282.

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

Color convert

RGB 218 204 65 -
CMYK 0 0.06 0.70 0.15
HSL 54.51º 0.67% 0.55% -
HSV(B) 54.51º 0.7% 0.85% -
XYZ 51.46 58.47 13.58 -
YUV 192.34 56.14 146.3 -
System Red Green Blue C M Y K H S L
Decimal 218 204 65 0 0.06 0.70 0.15 54.51 0.67 0.55
Hex DA CC 41 0 6 46 F 37 43 37
Octal 332 314 101 0 6 106 17 67 103 67
Binary 11011010 11001100 1000001 0 110 1000110 1111 110111 1000011 110111

Color Harmonies of #DACC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC41

Black with #DACC41

Text Example


Text Example

White with #DACC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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