Html Css Color HEX #DAC811 Sunflower

📋 copy color: '#DAC811'

red 218 ◦ green 200 ◦ blue 17

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

Shades of Sunflower #DAC811

Tints of Sunflower #DAC811

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.98%

 BLUE value IS 17 (7.03% from 255) = 3.91%

R = 50.11%
G = 45.98%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAC811 (or 0xDAC811) is known color: Sunflower. HEX triplet: DA, C8 and 11. RGB value is (218,200,17). Sum of RGB (Red+Green+Blue) = 218+200+17=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 200 (78.52% from 255 or 45.98% from 435); Blue value is 17 (7.03% from 255 or 3.91% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC811 is #2537EE. Grayscale: #B9B9B9. Windows color (decimal): -2439151 or 1165530. OLE color: 1165530.

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

Color convert

RGB 218 200 17 -
CMYK 0 0.08 0.92 0.15
HSL 54.63º 0.86% 0.46% -
HSV(B) 54.63º 0.92% 0.85% -
XYZ 49.67 56.25 8.77 -
YUV 184.52 33.46 151.88 -
System Red Green Blue C M Y K H S L
Decimal 218 200 17 0 0.08 0.92 0.15 54.63 0.86 0.46
Hex DA C8 11 0 8 5C F 37 56 2E
Octal 332 310 21 0 10 134 17 67 126 56
Binary 11011010 11001000 10001 0 1000 1011100 1111 110111 1010110 101110

Color Harmonies of #DAC811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC811

Black with #DAC811

Text Example


Text Example

White with #DAC811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC811; }

 p { color: rgb(218,200,17); }

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

background-color css

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

 a { background-color: rgb(218,200,17); }

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

border-color css

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

 span { border-color: rgb(218,200,17); }

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