Html Css Color HEX #DAC915 Sunflower

📋 copy color: '#DAC915'

red 218 ◦ green 201 ◦ blue 21

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

Shades of Sunflower #DAC915

Tints of Sunflower #DAC915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.77%

R = 49.55%
G = 45.68%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAC915 (or 0xDAC915) is known color: Sunflower. HEX triplet: DA, C9 and 15. RGB value is (218,201,21). Sum of RGB (Red+Green+Blue) = 218+201+21=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 201 (78.91% from 255 or 45.68% from 440); Blue value is 21 (8.59% from 255 or 4.77% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC915 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC915 is #2536EA. Grayscale: #BABABA. Windows color (decimal): -2438891 or 1427930. OLE color: 1427930.

HSL color Cylindrical-coordinate representation of color #DAC915: hue angle of 54.82º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DAC915 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 201 21 -
CMYK 0 0.08 0.90 0.15
HSL 54.82º 0.82% 0.47% -
HSV(B) 54.82º 0.9% 0.85% -
XYZ 49.94 56.73 9.03 -
YUV 185.56 35.13 151.14 -
System Red Green Blue C M Y K H S L
Decimal 218 201 21 0 0.08 0.90 0.15 54.82 0.82 0.47
Hex DA C9 15 0 8 5A F 37 52 2F
Octal 332 311 25 0 10 132 17 67 122 57
Binary 11011010 11001001 10101 0 1000 1011010 1111 110111 1010010 101111

Color Harmonies of #DAC915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC915

Black with #DAC915

Text Example


Text Example

White with #DAC915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC915; }

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

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

background-color css

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

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

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

border-color css

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

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

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