Html Css Color HEX #DAC22F Wattle

📋 copy color: '#DAC22F'

red 218 ◦ green 194 ◦ blue 47

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

Shades of Wattle #DAC22F

Tints of Wattle #DAC22F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.24%

R = 47.49%
G = 42.27%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC22F (or 0xDAC22F) is known color: Wattle. HEX triplet: DA, C2 and 2F. RGB value is (218,194,47). Sum of RGB (Red+Green+Blue) = 218+194+47=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 194 (76.17% from 255 or 42.27% from 459); Blue value is 47 (18.75% from 255 or 10.24% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC22F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC22F is #253DD0. Grayscale: #B9B9B9. Windows color (decimal): -2440657 or 3130074. OLE color: 3130074.

HSL color Cylindrical-coordinate representation of color #DAC22F: hue angle of 51.58º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAC22F is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 194 47 -
CMYK 0 0.11 0.78 0.15
HSL 51.58º 0.7% 0.52% -
HSV(B) 51.58º 0.78% 0.85% -
XYZ 48.72 53.69 10.49 -
YUV 184.42 50.45 151.95 -
System Red Green Blue C M Y K H S L
Decimal 218 194 47 0 0.11 0.78 0.15 51.58 0.7 0.52
Hex DA C2 2F 0 B 4E F 34 46 34
Octal 332 302 57 0 13 116 17 64 106 64
Binary 11011010 11000010 101111 0 1011 1001110 1111 110100 1000110 110100

Color Harmonies of #DAC22F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC22F

Black with #DAC22F

Text Example


Text Example

White with #DAC22F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC22F; }

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

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

background-color css

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

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

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

border-color css

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

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

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