Html Css Color HEX #DAC20A Sunflower

📋 copy color: '#DAC20A'

red 218 ◦ green 194 ◦ blue 10

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

Shades of Sunflower #DAC20A

Tints of Sunflower #DAC20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.37%

R = 51.66%
G = 45.97%
B = 2.37%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#DAC20A (or 0xDAC20A) is known color: Sunflower. HEX triplet: DA, C2 and 0A. RGB value is (218,194,10). Sum of RGB (Red+Green+Blue) = 218+194+10=422 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.66% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 10 (4.30% from 255 or 2.37% from 422); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC20A is #253DF5. Grayscale: #B4B4B4. Windows color (decimal): -2440694 or 705242. OLE color: 705242.

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

Color convert

RGB 218 194 10 -
CMYK 0 0.11 0.95 0.15
HSL 53.08º 0.91% 0.45% -
HSV(B) 53.08º 0.95% 0.85% -
XYZ 48.26 53.51 8.07 -
YUV 180.2 31.95 154.96 -
System Red Green Blue C M Y K H S L
Decimal 218 194 10 0 0.11 0.95 0.15 53.08 0.91 0.45
Hex DA C2 A 0 B 5F F 35 5B 2D
Octal 332 302 12 0 13 137 17 65 133 55
Binary 11011010 11000010 1010 0 1011 1011111 1111 110101 1011011 101101

Color Harmonies of #DAC20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC20A

Black with #DAC20A

Text Example


Text Example

White with #DAC20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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