Html Css Color HEX #DACC32 Wattle

📋 copy color: '#DACC32'

red 218 ◦ green 204 ◦ blue 50

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

Shades of Wattle #DACC32

Tints of Wattle #DACC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.59%

R = 46.19%
G = 43.22%
B = 10.59%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DACC32 (or 0xDACC32) is known color: Wattle. HEX triplet: DA, CC and 32. RGB value is (218,204,50). Sum of RGB (Red+Green+Blue) = 218+204+50=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 204 (80.08% from 255 or 43.22% from 472); Blue value is 50 (19.92% from 255 or 10.59% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC32 is #2533CD. Grayscale: #BFBFBF. Windows color (decimal): -2438094 or 3329242. OLE color: 3329242.

HSL color Cylindrical-coordinate representation of color #DACC32: hue angle of 55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DACC32 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 204 50 -
CMYK 0 0.06 0.77 0.15
HSL 55º 0.69% 0.53% -
HSV(B) 55º 0.77% 0.85% -
XYZ 51.08 58.32 11.58 -
YUV 190.63 48.64 147.52 -
System Red Green Blue C M Y K H S L
Decimal 218 204 50 0 0.06 0.77 0.15 55 0.69 0.53
Hex DA CC 32 0 6 4D F 37 45 35
Octal 332 314 62 0 6 115 17 67 105 65
Binary 11011010 11001100 110010 0 110 1001101 1111 110111 1000101 110101

Color Harmonies of #DACC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC32

Black with #DACC32

Text Example


Text Example

White with #DACC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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