Html Css Color HEX #DAC211 Sunflower

📋 copy color: '#DAC211'

red 218 ◦ green 194 ◦ blue 17

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

Shades of Sunflower #DAC211

Tints of Sunflower #DAC211

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.22%

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

R = 50.82%
G = 45.22%
B = 3.96%

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

#DAC211 (or 0xDAC211) is known color: Sunflower. HEX triplet: DA, C2 and 11. RGB value is (218,194,17). Sum of RGB (Red+Green+Blue) = 218+194+17=429 (56% of max value = 765). Red value is 218 (85.55% from 255 or 50.82% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC211 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DAC211 is #253DEE. Grayscale: #B5B5B5. Windows color (decimal): -2440687 or 1163994. OLE color: 1163994.

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

Color convert

RGB 218 194 17 -
CMYK 0 0.11 0.92 0.15
HSL 52.84º 0.86% 0.46% -
HSV(B) 52.84º 0.92% 0.85% -
XYZ 48.31 53.53 8.32 -
YUV 181 35.45 154.39 -
System Red Green Blue C M Y K H S L
Decimal 218 194 17 0 0.11 0.92 0.15 52.84 0.86 0.46
Hex DA C2 11 0 B 5C F 35 56 2E
Octal 332 302 21 0 13 134 17 65 126 56
Binary 11011010 11000010 10001 0 1011 1011100 1111 110101 1010110 101110

Color Harmonies of #DAC211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAC211

Black with #DAC211

Text Example


Text Example

White with #DAC211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAC211; }

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

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

background-color css

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

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

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

border-color css

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

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

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