Html Css Color HEX #DCC117 Sunflower

📋 copy color: '#DCC117'

red 220 ◦ green 193 ◦ blue 23

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

Shades of Sunflower #DCC117

Tints of Sunflower #DCC117

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.27%

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

R = 50.46%
G = 44.27%
B = 5.28%

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

#DCC117 (or 0xDCC117) is known color: Sunflower. HEX triplet: DC, C1 and 17. RGB value is (220,193,23). Sum of RGB (Red+Green+Blue) = 220+193+23=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 23 (9.38% from 255 or 5.28% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC117 is #233EE8. Grayscale: #B6B6B6. Windows color (decimal): -2309865 or 1556956. OLE color: 1556956.

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

Color convert

RGB 220 193 23 -
CMYK 0 0.12 0.90 0.14
HSL 51.78º 0.81% 0.48% -
HSV(B) 51.78º 0.9% 0.86% -
XYZ 48.74 53.42 8.55 -
YUV 181.69 38.45 155.32 -
System Red Green Blue C M Y K H S L
Decimal 220 193 23 0 0.12 0.90 0.14 51.78 0.81 0.48
Hex DC C1 17 0 C 5A E 34 51 30
Octal 334 301 27 0 14 132 16 64 121 60
Binary 11011100 11000001 10111 0 1100 1011010 1110 110100 1010001 110000

Color Harmonies of #DCC117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC117

Black with #DCC117

Text Example


Text Example

White with #DCC117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC117; }

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

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

background-color css

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

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

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

border-color css

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

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

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