Html Css Color HEX #DAC718 Sunflower

📋 copy color: '#DAC718'

red 218 ◦ green 199 ◦ blue 24

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

Shades of Sunflower #DAC718

Tints of Sunflower #DAC718

RGB

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

 GREEN value IS 199 (78.13% from 255) = 45.12%

 BLUE value IS 24 (9.77% from 255) = 5.44%

R = 49.43%
G = 45.12%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAC718 (or 0xDAC718) is known color: Sunflower. HEX triplet: DA, C7 and 18. RGB value is (218,199,24). Sum of RGB (Red+Green+Blue) = 218+199+24=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 199 (78.12% from 255 or 45.12% from 441); Blue value is 24 (9.77% from 255 or 5.44% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC718 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC718 is #2538E7. Grayscale: #B9B9B9. Windows color (decimal): -2439400 or 1624026. OLE color: 1624026.

HSL color Cylindrical-coordinate representation of color #DAC718: hue angle of 54.12º degrees, saturation: 0.8, 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 #DAC718 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 199 24 -
CMYK 0 0.09 0.89 0.15
HSL 54.12º 0.8% 0.47% -
HSV(B) 54.12º 0.89% 0.85% -
XYZ 49.5 55.82 9.03 -
YUV 184.73 37.29 151.73 -
System Red Green Blue C M Y K H S L
Decimal 218 199 24 0 0.09 0.89 0.15 54.12 0.8 0.47
Hex DA C7 18 0 9 59 F 36 50 2F
Octal 332 307 30 0 11 131 17 66 120 57
Binary 11011010 11000111 11000 0 1001 1011001 1111 110110 1010000 101111

Color Harmonies of #DAC718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC718

Black with #DAC718

Text Example


Text Example

White with #DAC718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC718; }

 p { color: rgb(218,199,24); }

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

background-color css

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

 a { background-color: rgb(218,199,24); }

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

border-color css

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

 span { border-color: rgb(218,199,24); }

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