Html Css Color HEX #DAC232 Wattle

📋 copy color: '#DAC232'

red 218 ◦ green 194 ◦ blue 50

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

Shades of Wattle #DAC232

Tints of Wattle #DAC232

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.99%

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

R = 47.19%
G = 41.99%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAC232 (or 0xDAC232) is known color: Wattle. HEX triplet: DA, C2 and 32. RGB value is (218,194,50). Sum of RGB (Red+Green+Blue) = 218+194+50=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC232 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC232 is #253DCD. Grayscale: #B9B9B9. Windows color (decimal): -2440654 or 3326682. OLE color: 3326682.

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

Color convert

RGB 218 194 50 -
CMYK 0 0.11 0.77 0.15
HSL 51.43º 0.69% 0.53% -
HSV(B) 51.43º 0.77% 0.85% -
XYZ 48.78 53.72 10.82 -
YUV 184.76 51.95 151.71 -
System Red Green Blue C M Y K H S L
Decimal 218 194 50 0 0.11 0.77 0.15 51.43 0.69 0.53
Hex DA C2 32 0 B 4D F 33 45 35
Octal 332 302 62 0 13 115 17 63 105 65
Binary 11011010 11000010 110010 0 1011 1001101 1111 110011 1000101 110101

Color Harmonies of #DAC232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC232

Black with #DAC232

Text Example


Text Example

White with #DAC232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC232; }

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

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

background-color css

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

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

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

border-color css

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

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

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