Html Css Color HEX #DACC34 Wattle

📋 copy color: '#DACC34'

red 218 ◦ green 204 ◦ blue 52

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

Shades of Wattle #DACC34

Tints of Wattle #DACC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.97%

R = 45.99%
G = 43.04%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#DACC34 (or 0xDACC34) is known color: Wattle. HEX triplet: DA, CC and 34. RGB value is (218,204,52). Sum of RGB (Red+Green+Blue) = 218+204+52=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 52 (20.70% from 255 or 10.97% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC34 is #2533CB. Grayscale: #BFBFBF. Windows color (decimal): -2438092 or 3460314. OLE color: 3460314.

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

Color convert

RGB 218 204 52 -
CMYK 0 0.06 0.76 0.15
HSL 54.94º 0.69% 0.53% -
HSV(B) 54.94º 0.76% 0.85% -
XYZ 51.13 58.34 11.81 -
YUV 190.86 49.64 147.36 -
System Red Green Blue C M Y K H S L
Decimal 218 204 52 0 0.06 0.76 0.15 54.94 0.69 0.53
Hex DA CC 34 0 6 4C F 37 45 35
Octal 332 314 64 0 6 114 17 67 105 65
Binary 11011010 11001100 110100 0 110 1001100 1111 110111 1000101 110101

Color Harmonies of #DACC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC34

Black with #DACC34

Text Example


Text Example

White with #DACC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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