Html Css Color HEX #DACC11 Sunflower

📋 copy color: '#DACC11'

red 218 ◦ green 204 ◦ blue 17

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

Shades of Sunflower #DACC11

Tints of Sunflower #DACC11

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.47%

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

R = 49.66%
G = 46.47%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DACC11 (or 0xDACC11) is known color: Sunflower. HEX triplet: DA, CC and 11. RGB value is (218,204,17). Sum of RGB (Red+Green+Blue) = 218+204+17=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 204 (80.08% from 255 or 46.47% from 439); Blue value is 17 (7.03% from 255 or 3.87% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC11 is #2533EE. Grayscale: #BBBBBB. Windows color (decimal): -2438127 or 1166554. OLE color: 1166554.

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

Color convert

RGB 218 204 17 -
CMYK 0 0.06 0.92 0.15
HSL 55.82º 0.86% 0.46% -
HSV(B) 55.82º 0.92% 0.85% -
XYZ 50.61 58.13 9.08 -
YUV 186.87 32.14 150.21 -
System Red Green Blue C M Y K H S L
Decimal 218 204 17 0 0.06 0.92 0.15 55.82 0.86 0.46
Hex DA CC 11 0 6 5C F 38 56 2E
Octal 332 314 21 0 6 134 17 70 126 56
Binary 11011010 11001100 10001 0 110 1011100 1111 111000 1010110 101110

Color Harmonies of #DACC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC11

Black with #DACC11

Text Example


Text Example

White with #DACC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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