Html Css Color HEX #DCC617 Sunflower

📋 copy color: '#DCC617'

red 220 ◦ green 198 ◦ blue 23

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

Shades of Sunflower #DCC617

Tints of Sunflower #DCC617

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.9%

 BLUE value IS 23 (9.38% from 255) = 5.22%

R = 49.89%
G = 44.9%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCC617 (or 0xDCC617) is known color: Sunflower. HEX triplet: DC, C6 and 17. RGB value is (220,198,23). Sum of RGB (Red+Green+Blue) = 220+198+23=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 23 (9.38% from 255 or 5.22% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC617 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC617 is #2339E8. Grayscale: #B9B9B9. Windows color (decimal): -2308585 or 1558236. OLE color: 1558236.

HSL color Cylindrical-coordinate representation of color #DCC617: hue angle of 53.3º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCC617 is Cyan = 0, Magento = 0.1, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 198 23 -
CMYK 0 0.1 0.90 0.14
HSL 53.3º 0.81% 0.48% -
HSV(B) 53.3º 0.9% 0.86% -
XYZ 49.86 55.67 8.93 -
YUV 184.63 36.79 153.23 -
System Red Green Blue C M Y K H S L
Decimal 220 198 23 0 0.1 0.90 0.14 53.3 0.81 0.48
Hex DC C6 17 0 A 5A E 35 51 30
Octal 334 306 27 0 12 132 16 65 121 60
Binary 11011100 11000110 10111 0 1010 1011010 1110 110101 1010001 110000

Color Harmonies of #DCC617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC617

Black with #DCC617

Text Example


Text Example

White with #DCC617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC617; }

 p { color: rgb(220,198,23); }

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

background-color css

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

 a { background-color: rgb(220,198,23); }

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

border-color css

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

 span { border-color: rgb(220,198,23); }

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