Html Css Color HEX #DAC118 Sunflower

📋 copy color: '#DAC118'

red 218 ◦ green 193 ◦ blue 24

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

Shades of Sunflower #DAC118

Tints of Sunflower #DAC118

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.37%

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

R = 50.11%
G = 44.37%
B = 5.52%

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

#DAC118 (or 0xDAC118) is known color: Sunflower. HEX triplet: DA, C1 and 18. RGB value is (218,193,24). Sum of RGB (Red+Green+Blue) = 218+193+24=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 193 (75.78% from 255 or 44.37% from 435); Blue value is 24 (9.77% from 255 or 5.52% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC118 is #253EE7. Grayscale: #B5B5B5. Windows color (decimal): -2440936 or 1622490. OLE color: 1622490.

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

Color convert

RGB 218 193 24 -
CMYK 0 0.11 0.89 0.15
HSL 52.27º 0.8% 0.47% -
HSV(B) 52.27º 0.89% 0.85% -
XYZ 48.15 53.11 8.58 -
YUV 181.21 39.28 154.24 -
System Red Green Blue C M Y K H S L
Decimal 218 193 24 0 0.11 0.89 0.15 52.27 0.8 0.47
Hex DA C1 18 0 B 59 F 34 50 2F
Octal 332 301 30 0 13 131 17 64 120 57
Binary 11011010 11000001 11000 0 1011 1011001 1111 110100 1010000 101111

Color Harmonies of #DAC118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC118

Black with #DAC118

Text Example


Text Example

White with #DAC118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC118; }

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

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

background-color css

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

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

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

border-color css

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

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

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