Html Css Color HEX #DAC02F Wattle

📋 copy color: '#DAC02F'

red 218 ◦ green 192 ◦ blue 47

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

Shades of Wattle #DAC02F

Tints of Wattle #DAC02F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.01%

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

R = 47.7%
G = 42.01%
B = 10.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#DAC02F (or 0xDAC02F) is known color: Wattle. HEX triplet: DA, C0 and 2F. RGB value is (218,192,47). Sum of RGB (Red+Green+Blue) = 218+192+47=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC02F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAC02F is #253FD0. Grayscale: #B7B7B7. Windows color (decimal): -2441169 or 3129562. OLE color: 3129562.

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

Color convert

RGB 218 192 47 -
CMYK 0 0.12 0.78 0.15
HSL 50.88º 0.7% 0.52% -
HSV(B) 50.88º 0.78% 0.85% -
XYZ 48.28 52.81 10.34 -
YUV 183.24 51.11 152.79 -
System Red Green Blue C M Y K H S L
Decimal 218 192 47 0 0.12 0.78 0.15 50.88 0.7 0.52
Hex DA C0 2F 0 C 4E F 33 46 34
Octal 332 300 57 0 14 116 17 63 106 64
Binary 11011010 11000000 101111 0 1100 1001110 1111 110011 1000110 110100

Color Harmonies of #DAC02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC02F

Black with #DAC02F

Text Example


Text Example

White with #DAC02F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC02F; }

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

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

background-color css

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

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

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

border-color css

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

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

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