Html Css Color HEX #DCD110 Sunflower

📋 copy color: '#DCD110'

red 220 ◦ green 209 ◦ blue 16

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

Shades of Sunflower #DCD110

Tints of Sunflower #DCD110

RGB

 RED value IS 220 (86.33% from 255) = 49.44%

 GREEN value IS 209 (82.03% from 255) = 46.97%

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

R = 49.44%
G = 46.97%
B = 3.6%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCD110 (or 0xDCD110) is known color: Sunflower. HEX triplet: DC, D1 and 10. RGB value is (220,209,16). Sum of RGB (Red+Green+Blue) = 220+209+16=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 209 (82.03% from 255 or 46.97% from 445); Blue value is 16 (6.64% from 255 or 3.60% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD110 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCD110 is #232EEF. Grayscale: #BFBFBF. Windows color (decimal): -2305776 or 1102300. OLE color: 1102300.

HSL color Cylindrical-coordinate representation of color #DCD110: hue angle of 56.76º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCD110 is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 209 16 -
CMYK 0 0.05 0.93 0.14
HSL 56.76º 0.86% 0.46% -
HSV(B) 56.76º 0.93% 0.86% -
XYZ 52.41 60.85 9.47 -
YUV 190.29 29.64 149.19 -
System Red Green Blue C M Y K H S L
Decimal 220 209 16 0 0.05 0.93 0.14 56.76 0.86 0.46
Hex DC D1 10 0 5 5D E 39 56 2E
Octal 334 321 20 0 5 135 16 71 126 56
Binary 11011100 11010001 10000 0 101 1011101 1110 111001 1010110 101110

Color Harmonies of #DCD110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCD110

Black with #DCD110

Text Example


Text Example

White with #DCD110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCD110; }

 p { color: rgb(220,209,16); }

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

background-color css

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

 a { background-color: rgb(220,209,16); }

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

border-color css

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

 span { border-color: rgb(220,209,16); }

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