Html Css Color HEX #DAC615 Sunflower

📋 copy color: '#DAC615'

red 218 ◦ green 198 ◦ blue 21

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

Shades of Sunflower #DAC615

Tints of Sunflower #DAC615

RGB

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

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

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

R = 49.89%
G = 45.31%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DAC615 (or 0xDAC615) is known color: Sunflower. HEX triplet: DA, C6 and 15. RGB value is (218,198,21). Sum of RGB (Red+Green+Blue) = 218+198+21=437 (57% of max value = 765). Red value is 218 (85.55% from 255 or 49.89% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 21 (8.59% from 255 or 4.81% from 437); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC615 is #2539EA. Grayscale: #B8B8B8. Windows color (decimal): -2439659 or 1427162. OLE color: 1427162.

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

Color convert

RGB 218 198 21 -
CMYK 0 0.09 0.90 0.15
HSL 53.91º 0.82% 0.47% -
HSV(B) 53.91º 0.9% 0.85% -
XYZ 49.24 55.35 8.8 -
YUV 183.8 36.13 152.39 -
System Red Green Blue C M Y K H S L
Decimal 218 198 21 0 0.09 0.90 0.15 53.91 0.82 0.47
Hex DA C6 15 0 9 5A F 36 52 2F
Octal 332 306 25 0 11 132 17 66 122 57
Binary 11011010 11000110 10101 0 1001 1011010 1111 110110 1010010 101111

Color Harmonies of #DAC615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC615

Black with #DAC615

Text Example


Text Example

White with #DAC615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC615; }

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

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

background-color css

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

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

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

border-color css

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

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

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