Html Css Color HEX #DAC017 Sunflower

📋 copy color: '#DAC017'

red 218 ◦ green 192 ◦ blue 23

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

Shades of Sunflower #DAC017

Tints of Sunflower #DAC017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.31%

R = 50.35%
G = 44.34%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAC017 (or 0xDAC017) is known color: Sunflower. HEX triplet: DA, C0 and 17. RGB value is (218,192,23). Sum of RGB (Red+Green+Blue) = 218+192+23=433 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.35% from 433); Green value is 192 (75.39% from 255 or 44.34% from 433); Blue value is 23 (9.38% from 255 or 5.31% from 433); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC017 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC017 is #253FE8. Grayscale: #B5B5B5. Windows color (decimal): -2441193 or 1556698. OLE color: 1556698.

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

Color convert

RGB 218 192 23 -
CMYK 0 0.12 0.89 0.15
HSL 52º 0.81% 0.47% -
HSV(B) 52º 0.89% 0.85% -
XYZ 47.92 52.67 8.45 -
YUV 180.51 39.11 154.74 -
System Red Green Blue C M Y K H S L
Decimal 218 192 23 0 0.12 0.89 0.15 52 0.81 0.47
Hex DA C0 17 0 C 59 F 34 51 2F
Octal 332 300 27 0 14 131 17 64 121 57
Binary 11011010 11000000 10111 0 1100 1011001 1111 110100 1010001 101111

Color Harmonies of #DAC017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC017

Black with #DAC017

Text Example


Text Example

White with #DAC017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC017; }

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

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

background-color css

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

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

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

border-color css

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

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

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