Html Css Color HEX #DAC418 Sunflower

📋 copy color: '#DAC418'

red 218 ◦ green 196 ◦ blue 24

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

Shades of Sunflower #DAC418

Tints of Sunflower #DAC418

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

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

R = 49.77%
G = 44.75%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAC418 (or 0xDAC418) is known color: Sunflower. HEX triplet: DA, C4 and 18. RGB value is (218,196,24). Sum of RGB (Red+Green+Blue) = 218+196+24=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 24 (9.77% from 255 or 5.48% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC418 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC418 is #253BE7. Grayscale: #B7B7B7. Windows color (decimal): -2440168 or 1623258. OLE color: 1623258.

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

Color convert

RGB 218 196 24 -
CMYK 0 0.10 0.89 0.15
HSL 53.2º 0.8% 0.47% -
HSV(B) 53.2º 0.89% 0.85% -
XYZ 48.82 54.45 8.8 -
YUV 182.97 38.29 152.99 -
System Red Green Blue C M Y K H S L
Decimal 218 196 24 0 0.10 0.89 0.15 53.2 0.8 0.47
Hex DA C4 18 0 A 59 F 35 50 2F
Octal 332 304 30 0 12 131 17 65 120 57
Binary 11011010 11000100 11000 0 1010 1011001 1111 110101 1010000 101111

Color Harmonies of #DAC418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC418

Black with #DAC418

Text Example


Text Example

White with #DAC418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC418; }

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

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

background-color css

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

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

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

border-color css

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

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

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