Html Css Color HEX #DAC218 Sunflower

📋 copy color: '#DAC218'

red 218 ◦ green 194 ◦ blue 24

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

Shades of Sunflower #DAC218

Tints of Sunflower #DAC218

RGB

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

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

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

R = 50%
G = 44.5%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DAC218 (or 0xDAC218) is known color: Sunflower. HEX triplet: DA, C2 and 18. RGB value is (218,194,24). Sum of RGB (Red+Green+Blue) = 218+194+24=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 194 (76.17% from 255 or 44.50% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC218 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC218 is #253DE7. Grayscale: #B6B6B6. Windows color (decimal): -2440680 or 1622746. OLE color: 1622746.

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

Color convert

RGB 218 194 24 -
CMYK 0 0.11 0.89 0.15
HSL 52.58º 0.8% 0.47% -
HSV(B) 52.58º 0.89% 0.85% -
XYZ 48.37 53.55 8.65 -
YUV 181.8 38.95 153.82 -
System Red Green Blue C M Y K H S L
Decimal 218 194 24 0 0.11 0.89 0.15 52.58 0.8 0.47
Hex DA C2 18 0 B 59 F 35 50 2F
Octal 332 302 30 0 13 131 17 65 120 57
Binary 11011010 11000010 11000 0 1011 1011001 1111 110101 1010000 101111

Color Harmonies of #DAC218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC218

Black with #DAC218

Text Example


Text Example

White with #DAC218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC218; }

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

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

background-color css

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

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

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

border-color css

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

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

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