Html Css Color HEX #DAC015 Sunflower

📋 copy color: '#DAC015'

red 218 ◦ green 192 ◦ blue 21

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

Shades of Sunflower #DAC015

Tints of Sunflower #DAC015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.87%

R = 50.58%
G = 44.55%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAC015 (or 0xDAC015) is known color: Sunflower. HEX triplet: DA, C0 and 15. RGB value is (218,192,21). Sum of RGB (Red+Green+Blue) = 218+192+21=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC015 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC015 is #253FEA. Grayscale: #B4B4B4. Windows color (decimal): -2441195 or 1425626. OLE color: 1425626.

HSL color Cylindrical-coordinate representation of color #DAC015: hue angle of 52.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAC015 is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 192 21 -
CMYK 0 0.12 0.90 0.15
HSL 52.08º 0.82% 0.47% -
HSV(B) 52.08º 0.9% 0.85% -
XYZ 47.9 52.66 8.35 -
YUV 180.28 38.11 154.9 -
System Red Green Blue C M Y K H S L
Decimal 218 192 21 0 0.12 0.90 0.15 52.08 0.82 0.47
Hex DA C0 15 0 C 5A F 34 52 2F
Octal 332 300 25 0 14 132 17 64 122 57
Binary 11011010 11000000 10101 0 1100 1011010 1111 110100 1010010 101111

Color Harmonies of #DAC015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC015

Black with #DAC015

Text Example


Text Example

White with #DAC015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC015; }

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

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

background-color css

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

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

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

border-color css

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

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

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