Html Css Color HEX #DCC417 Sunflower

📋 copy color: '#DCC417'

red 220 ◦ green 196 ◦ blue 23

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

Shades of Sunflower #DCC417

Tints of Sunflower #DCC417

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.65%

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

R = 50.11%
G = 44.65%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCC417 (or 0xDCC417) is known color: Sunflower. HEX triplet: DC, C4 and 17. RGB value is (220,196,23). Sum of RGB (Red+Green+Blue) = 220+196+23=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 196 (76.95% from 255 or 44.65% from 439); Blue value is 23 (9.38% from 255 or 5.24% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC417 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC417 is #233BE8. Grayscale: #B8B8B8. Windows color (decimal): -2309097 or 1557724. OLE color: 1557724.

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

Color convert

RGB 220 196 23 -
CMYK 0 0.11 0.90 0.14
HSL 52.69º 0.81% 0.48% -
HSV(B) 52.69º 0.9% 0.86% -
XYZ 49.41 54.76 8.78 -
YUV 183.45 37.45 154.07 -
System Red Green Blue C M Y K H S L
Decimal 220 196 23 0 0.11 0.90 0.14 52.69 0.81 0.48
Hex DC C4 17 0 B 5A E 35 51 30
Octal 334 304 27 0 13 132 16 65 121 60
Binary 11011100 11000100 10111 0 1011 1011010 1110 110101 1010001 110000

Color Harmonies of #DCC417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC417

Black with #DCC417

Text Example


Text Example

White with #DCC417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC417; }

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

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

background-color css

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

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

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

border-color css

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

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

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