Html Css Color HEX #DCC510 Sunflower

📋 copy color: '#DCC510'

red 220 ◦ green 197 ◦ blue 16

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

Shades of Sunflower #DCC510

Tints of Sunflower #DCC510

RGB

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

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

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

R = 50.81%
G = 45.5%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCC510 (or 0xDCC510) is known color: Sunflower. HEX triplet: DC, C5 and 10. RGB value is (220,197,16). Sum of RGB (Red+Green+Blue) = 220+197+16=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 16 (6.64% from 255 or 3.70% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC510 is #233AEF. Grayscale: #B7B7B7. Windows color (decimal): -2308848 or 1099228. OLE color: 1099228.

HSL color Cylindrical-coordinate representation of color #DCC510: hue angle of 53.24º 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 #DCC510 is Cyan = 0, Magento = 0.10, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 197 16 -
CMYK 0 0.10 0.93 0.14
HSL 53.24º 0.86% 0.46% -
HSV(B) 53.24º 0.93% 0.86% -
XYZ 49.57 55.19 8.53 -
YUV 183.24 33.62 154.22 -
System Red Green Blue C M Y K H S L
Decimal 220 197 16 0 0.10 0.93 0.14 53.24 0.86 0.46
Hex DC C5 10 0 A 5D E 35 56 2E
Octal 334 305 20 0 12 135 16 65 126 56
Binary 11011100 11000101 10000 0 1010 1011101 1110 110101 1010110 101110

Color Harmonies of #DCC510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC510

Black with #DCC510

Text Example


Text Example

White with #DCC510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC510; }

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

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

background-color css

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

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

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

border-color css

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

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

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