Html Css Color HEX #DACC3C Wattle

📋 copy color: '#DACC3C'

red 218 ◦ green 204 ◦ blue 60

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

Shades of Wattle #DACC3C

Tints of Wattle #DACC3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 12.45%

R = 45.23%
G = 42.32%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DACC3C (or 0xDACC3C) is known color: Wattle. HEX triplet: DA, CC and 3C. RGB value is (218,204,60). Sum of RGB (Red+Green+Blue) = 218+204+60=482 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.23% from 482); Green value is 204 (80.08% from 255 or 42.32% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC3C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DACC3C is #2533C3. Grayscale: #C0C0C0. Windows color (decimal): -2438084 or 3984602. OLE color: 3984602.

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

Color convert

RGB 218 204 60 -
CMYK 0 0.06 0.72 0.15
HSL 54.68º 0.68% 0.55% -
HSV(B) 54.68º 0.72% 0.85% -
XYZ 51.32 58.42 12.85 -
YUV 191.77 53.64 146.71 -
System Red Green Blue C M Y K H S L
Decimal 218 204 60 0 0.06 0.72 0.15 54.68 0.68 0.55
Hex DA CC 3C 0 6 48 F 37 44 37
Octal 332 314 74 0 6 110 17 67 104 67
Binary 11011010 11001100 111100 0 110 1001000 1111 110111 1000100 110111

Color Harmonies of #DACC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC3C

Black with #DACC3C

Text Example


Text Example

White with #DACC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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