Html Css Color HEX #DAC910 Sunflower

📋 copy color: '#DAC910'

red 218 ◦ green 201 ◦ blue 16

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

Shades of Sunflower #DAC910

Tints of Sunflower #DAC910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.68%

R = 50.11%
G = 46.21%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAC910 (or 0xDAC910) is known color: Sunflower. HEX triplet: DA, C9 and 10. RGB value is (218,201,16). Sum of RGB (Red+Green+Blue) = 218+201+16=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 201 (78.91% from 255 or 46.21% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC910 is #2536EF. Grayscale: #B9B9B9. Windows color (decimal): -2438896 or 1100250. OLE color: 1100250.

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

Color convert

RGB 218 201 16 -
CMYK 0 0.08 0.93 0.15
HSL 54.95º 0.86% 0.46% -
HSV(B) 54.95º 0.93% 0.85% -
XYZ 49.89 56.72 8.81 -
YUV 184.99 32.63 151.54 -
System Red Green Blue C M Y K H S L
Decimal 218 201 16 0 0.08 0.93 0.15 54.95 0.86 0.46
Hex DA C9 10 0 8 5D F 37 56 2E
Octal 332 311 20 0 10 135 17 67 126 56
Binary 11011010 11001001 10000 0 1000 1011101 1111 110111 1010110 101110

Color Harmonies of #DAC910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC910

Black with #DAC910

Text Example


Text Example

White with #DAC910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC910; }

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

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

background-color css

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

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

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

border-color css

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

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

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