Html Css Color HEX #DAC111 Sunflower

📋 copy color: '#DAC111'

red 218 ◦ green 193 ◦ blue 17

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

Shades of Sunflower #DAC111

Tints of Sunflower #DAC111

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.09%

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

R = 50.93%
G = 45.09%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DAC111 (or 0xDAC111) is known color: Sunflower. HEX triplet: DA, C1 and 11. RGB value is (218,193,17). Sum of RGB (Red+Green+Blue) = 218+193+17=428 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.93% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC111 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC111 is #253EEE. Grayscale: #B5B5B5. Windows color (decimal): -2440943 or 1163738. OLE color: 1163738.

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

Color convert

RGB 218 193 17 -
CMYK 0 0.11 0.92 0.15
HSL 52.54º 0.86% 0.46% -
HSV(B) 52.54º 0.92% 0.85% -
XYZ 48.08 53.09 8.24 -
YUV 180.41 35.78 154.81 -
System Red Green Blue C M Y K H S L
Decimal 218 193 17 0 0.11 0.92 0.15 52.54 0.86 0.46
Hex DA C1 11 0 B 5C F 35 56 2E
Octal 332 301 21 0 13 134 17 65 126 56
Binary 11011010 11000001 10001 0 1011 1011100 1111 110101 1010110 101110

Color Harmonies of #DAC111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC111

Black with #DAC111

Text Example


Text Example

White with #DAC111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC111; }

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

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

background-color css

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

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

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

border-color css

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

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

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