Html Css Color HEX #DAC209 Sunflower

📋 copy color: '#DAC209'

red 218 ◦ green 194 ◦ blue 9

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

Shades of Sunflower #DAC209

Tints of Sunflower #DAC209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.14%

R = 51.78%
G = 46.08%
B = 2.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#DAC209 (or 0xDAC209) is known color: Sunflower. HEX triplet: DA, C2 and 09. RGB value is (218,194,9). Sum of RGB (Red+Green+Blue) = 218+194+9=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 194 (76.17% from 255 or 46.08% from 421); Blue value is 9 (3.91% from 255 or 2.14% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC209 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC209 is #253DF6. Grayscale: #B4B4B4. Windows color (decimal): -2440695 or 639706. OLE color: 639706.

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

Color convert

RGB 218 194 9 -
CMYK 0 0.11 0.96 0.15
HSL 53.11º 0.92% 0.45% -
HSV(B) 53.11º 0.96% 0.85% -
XYZ 48.25 53.51 8.04 -
YUV 180.09 31.45 155.04 -
System Red Green Blue C M Y K H S L
Decimal 218 194 9 0 0.11 0.96 0.15 53.11 0.92 0.45
Hex DA C2 9 0 B 60 F 35 5C 2D
Octal 332 302 11 0 13 140 17 65 134 55
Binary 11011010 11000010 1001 0 1011 1100000 1111 110101 1011100 101101

Color Harmonies of #DAC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC209

Black with #DAC209

Text Example


Text Example

White with #DAC209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC209; }

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

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

background-color css

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

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

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

border-color css

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

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

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