Html Css Color HEX #DCC217 Sunflower

📋 copy color: '#DCC217'

red 220 ◦ green 194 ◦ blue 23

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

Shades of Sunflower #DCC217

Tints of Sunflower #DCC217

RGB

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

 GREEN value IS 194 (76.17% from 255) = 44.39%

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

R = 50.34%
G = 44.39%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCC217 (or 0xDCC217) is known color: Sunflower. HEX triplet: DC, C2 and 17. RGB value is (220,194,23). Sum of RGB (Red+Green+Blue) = 220+194+23=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 194 (76.17% from 255 or 44.39% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC217 is #233DE8. Grayscale: #B6B6B6. Windows color (decimal): -2309609 or 1557212. OLE color: 1557212.

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

Color convert

RGB 220 194 23 -
CMYK 0 0.12 0.90 0.14
HSL 52.08º 0.81% 0.48% -
HSV(B) 52.08º 0.9% 0.86% -
XYZ 48.96 53.86 8.63 -
YUV 182.28 38.11 154.9 -
System Red Green Blue C M Y K H S L
Decimal 220 194 23 0 0.12 0.90 0.14 52.08 0.81 0.48
Hex DC C2 17 0 C 5A E 34 51 30
Octal 334 302 27 0 14 132 16 64 121 60
Binary 11011100 11000010 10111 0 1100 1011010 1110 110100 1010001 110000

Color Harmonies of #DCC217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC217

Black with #DCC217

Text Example


Text Example

White with #DCC217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC217; }

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

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

background-color css

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

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

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

border-color css

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

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

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