Html Css Color HEX #DAC515 Sunflower

📋 copy color: '#DAC515'

red 218 ◦ green 197 ◦ blue 21

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

Shades of Sunflower #DAC515

Tints of Sunflower #DAC515

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.18%

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

R = 50%
G = 45.18%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAC515 (or 0xDAC515) is known color: Sunflower. HEX triplet: DA, C5 and 15. RGB value is (218,197,21). Sum of RGB (Red+Green+Blue) = 218+197+21=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 197 (77.34% from 255 or 45.18% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC515 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC515 is #253AEA. Grayscale: #B7B7B7. Windows color (decimal): -2439915 or 1426906. OLE color: 1426906.

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

Color convert

RGB 218 197 21 -
CMYK 0 0.10 0.90 0.15
HSL 53.6º 0.82% 0.47% -
HSV(B) 53.6º 0.9% 0.85% -
XYZ 49.02 54.89 8.72 -
YUV 183.22 36.46 152.81 -
System Red Green Blue C M Y K H S L
Decimal 218 197 21 0 0.10 0.90 0.15 53.6 0.82 0.47
Hex DA C5 15 0 A 5A F 36 52 2F
Octal 332 305 25 0 12 132 17 66 122 57
Binary 11011010 11000101 10101 0 1010 1011010 1111 110110 1010010 101111

Color Harmonies of #DAC515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC515

Black with #DAC515

Text Example


Text Example

White with #DAC515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC515; }

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

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

background-color css

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

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

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

border-color css

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

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

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