Html Css Color HEX #DAC433 Wattle

📋 copy color: '#DAC433'

red 218 ◦ green 196 ◦ blue 51

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

Shades of Wattle #DAC433

Tints of Wattle #DAC433

RGB

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

 GREEN value IS 196 (76.95% from 255) = 42.15%

 BLUE value IS 51 (20.31% from 255) = 10.97%

R = 46.88%
G = 42.15%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#DAC433 (or 0xDAC433) is known color: Wattle. HEX triplet: DA, C4 and 33. RGB value is (218,196,51). Sum of RGB (Red+Green+Blue) = 218+196+51=465 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.88% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 51 (20.31% from 255 or 10.97% from 465); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC433 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC433 is #253BCC. Grayscale: #BABABA. Windows color (decimal): -2440141 or 3392730. OLE color: 3392730.

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

Color convert

RGB 218 196 51 -
CMYK 0 0.10 0.77 0.15
HSL 52.1º 0.69% 0.53% -
HSV(B) 52.1º 0.77% 0.85% -
XYZ 49.25 54.62 11.08 -
YUV 186.05 51.79 150.79 -
System Red Green Blue C M Y K H S L
Decimal 218 196 51 0 0.10 0.77 0.15 52.1 0.69 0.53
Hex DA C4 33 0 A 4D F 34 45 35
Octal 332 304 63 0 12 115 17 64 105 65
Binary 11011010 11000100 110011 0 1010 1001101 1111 110100 1000101 110101

Color Harmonies of #DAC433

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC433

Black with #DAC433

Text Example


Text Example

White with #DAC433

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC433; }

 p { color: rgb(218,196,51); }

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

background-color css

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

 a { background-color: rgb(218,196,51); }

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

border-color css

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

 span { border-color: rgb(218,196,51); }

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