Html Css Color HEX #DAC33C Wattle

📋 copy color: '#DAC33C'

red 218 ◦ green 195 ◦ blue 60

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

Shades of Wattle #DAC33C

Tints of Wattle #DAC33C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 41.23%

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

R = 46.09%
G = 41.23%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#DAC33C (or 0xDAC33C) is known color: Wattle. HEX triplet: DA, C3 and 3C. RGB value is (218,195,60). Sum of RGB (Red+Green+Blue) = 218+195+60=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 195 (76.56% from 255 or 41.23% from 473); Blue value is 60 (23.83% from 255 or 12.68% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC33C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC33C is #253CC3. Grayscale: #BBBBBB. Windows color (decimal): -2440388 or 3982298. OLE color: 3982298.

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

Color convert

RGB 218 195 60 -
CMYK 0 0.11 0.72 0.15
HSL 51.27º 0.68% 0.55% -
HSV(B) 51.27º 0.72% 0.85% -
XYZ 49.24 54.26 12.15 -
YUV 186.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 218 195 60 0 0.11 0.72 0.15 51.27 0.68 0.55
Hex DA C3 3C 0 B 48 F 33 44 37
Octal 332 303 74 0 13 110 17 63 104 67
Binary 11011010 11000011 111100 0 1011 1001000 1111 110011 1000100 110111

Color Harmonies of #DAC33C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC33C

Black with #DAC33C

Text Example


Text Example

White with #DAC33C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC33C; }

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

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

background-color css

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

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

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

border-color css

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

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

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