Html Css Color HEX #DAC410 Sunflower

📋 copy color: '#DAC410'

red 218 ◦ green 196 ◦ blue 16

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

Shades of Sunflower #DAC410

Tints of Sunflower #DAC410

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

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

R = 50.7%
G = 45.58%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#DAC410 (or 0xDAC410) is known color: Sunflower. HEX triplet: DA, C4 and 10. RGB value is (218,196,16). Sum of RGB (Red+Green+Blue) = 218+196+16=430 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.70% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC410 is #253BEF. Grayscale: #B6B6B6. Windows color (decimal): -2440176 or 1098970. OLE color: 1098970.

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

Color convert

RGB 218 196 16 -
CMYK 0 0.10 0.93 0.15
HSL 53.47º 0.86% 0.46% -
HSV(B) 53.47º 0.93% 0.85% -
XYZ 48.75 54.42 8.43 -
YUV 182.06 34.29 153.64 -
System Red Green Blue C M Y K H S L
Decimal 218 196 16 0 0.10 0.93 0.15 53.47 0.86 0.46
Hex DA C4 10 0 A 5D F 35 56 2E
Octal 332 304 20 0 12 135 17 65 126 56
Binary 11011010 11000100 10000 0 1010 1011101 1111 110101 1010110 101110

Color Harmonies of #DAC410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC410

Black with #DAC410

Text Example


Text Example

White with #DAC410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC410; }

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

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

background-color css

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

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

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

border-color css

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

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

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