Html Css Color HEX #DCC516 Sunflower

📋 copy color: '#DCC516'

red 220 ◦ green 197 ◦ blue 22

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

Shades of Sunflower #DCC516

Tints of Sunflower #DCC516

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.87%

 BLUE value IS 22 (8.98% from 255) = 5.01%

R = 50.11%
G = 44.87%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCC516 (or 0xDCC516) is known color: Sunflower. HEX triplet: DC, C5 and 16. RGB value is (220,197,22). Sum of RGB (Red+Green+Blue) = 220+197+22=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 22 (8.98% from 255 or 5.01% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC516 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC516 is #233AE9. Grayscale: #B8B8B8. Windows color (decimal): -2308842 or 1492444. OLE color: 1492444.

HSL color Cylindrical-coordinate representation of color #DCC516: hue angle of 53.03º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCC516 is Cyan = 0, Magento = 0.10, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 22 -
CMYK 0 0.10 0.9 0.14
HSL 53.03º 0.82% 0.47% -
HSV(B) 53.03º 0.9% 0.86% -
XYZ 49.63 55.21 8.8 -
YUV 183.93 36.62 153.73 -
System Red Green Blue C M Y K H S L
Decimal 220 197 22 0 0.10 0.9 0.14 53.03 0.82 0.47
Hex DC C5 16 0 A 5A E 35 52 2F
Octal 334 305 26 0 12 132 16 65 122 57
Binary 11011100 11000101 10110 0 1010 1011010 1110 110101 1010010 101111

Color Harmonies of #DCC516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC516

Black with #DCC516

Text Example


Text Example

White with #DCC516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC516; }

 p { color: rgb(220,197,22); }

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

background-color css

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

 a { background-color: rgb(220,197,22); }

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

border-color css

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

 span { border-color: rgb(220,197,22); }

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