Html Css Color HEX #DAC618 Sunflower

📋 copy color: '#DAC618'

red 218 ◦ green 198 ◦ blue 24

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

Shades of Sunflower #DAC618

Tints of Sunflower #DAC618

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45%

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

R = 49.55%
G = 45%
B = 5.45%

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

#DAC618 (or 0xDAC618) is known color: Sunflower. HEX triplet: DA, C6 and 18. RGB value is (218,198,24). Sum of RGB (Red+Green+Blue) = 218+198+24=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 198 (77.73% from 255 or 45% from 440); Blue value is 24 (9.77% from 255 or 5.45% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC618 is #2539E7. Grayscale: #B8B8B8. Windows color (decimal): -2439656 or 1623770. OLE color: 1623770.

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

Color convert

RGB 218 198 24 -
CMYK 0 0.09 0.89 0.15
HSL 53.81º 0.8% 0.47% -
HSV(B) 53.81º 0.89% 0.85% -
XYZ 49.27 55.36 8.95 -
YUV 184.14 37.63 152.15 -
System Red Green Blue C M Y K H S L
Decimal 218 198 24 0 0.09 0.89 0.15 53.81 0.8 0.47
Hex DA C6 18 0 9 59 F 36 50 2F
Octal 332 306 30 0 11 131 17 66 120 57
Binary 11011010 11000110 11000 0 1001 1011001 1111 110110 1010000 101111

Color Harmonies of #DAC618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC618

Black with #DAC618

Text Example


Text Example

White with #DAC618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC618; }

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

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

background-color css

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

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

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

border-color css

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

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

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