Html Css Color HEX #DAC913 Sunflower

📋 copy color: '#DAC913'

red 218 ◦ green 201 ◦ blue 19

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

Shades of Sunflower #DAC913

Tints of Sunflower #DAC913

RGB

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

 GREEN value IS 201 (78.91% from 255) = 45.89%

 BLUE value IS 19 (7.81% from 255) = 4.34%

R = 49.77%
G = 45.89%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DAC913 (or 0xDAC913) is known color: Sunflower. HEX triplet: DA, C9 and 13. RGB value is (218,201,19). Sum of RGB (Red+Green+Blue) = 218+201+19=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 19 (7.81% from 255 or 4.34% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC913 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC913 is #2536EC. Grayscale: #BABABA. Windows color (decimal): -2438893 or 1296858. OLE color: 1296858.

HSL color Cylindrical-coordinate representation of color #DAC913: hue angle of 54.87º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DAC913 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 19 -
CMYK 0 0.08 0.91 0.15
HSL 54.87º 0.84% 0.46% -
HSV(B) 54.87º 0.91% 0.85% -
XYZ 49.92 56.73 8.93 -
YUV 185.34 34.13 151.3 -
System Red Green Blue C M Y K H S L
Decimal 218 201 19 0 0.08 0.91 0.15 54.87 0.84 0.46
Hex DA C9 13 0 8 5B F 37 54 2E
Octal 332 311 23 0 10 133 17 67 124 56
Binary 11011010 11001001 10011 0 1000 1011011 1111 110111 1010100 101110

Color Harmonies of #DAC913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC913

Black with #DAC913

Text Example


Text Example

White with #DAC913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC913; }

 p { color: rgb(218,201,19); }

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

background-color css

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

 a { background-color: rgb(218,201,19); }

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

border-color css

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

 span { border-color: rgb(218,201,19); }

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