Html Css Color HEX #DCB917 Sunflower

📋 copy color: '#DCB917'

red 220 ◦ green 185 ◦ blue 23

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

Shades of Sunflower #DCB917

Tints of Sunflower #DCB917

RGB

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

 GREEN value IS 185 (72.66% from 255) = 43.22%

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

R = 51.4%
G = 43.22%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCB917 (or 0xDCB917) is known color: Sunflower. HEX triplet: DC, B9 and 17. RGB value is (220,185,23). Sum of RGB (Red+Green+Blue) = 220+185+23=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 185 (72.66% from 255 or 43.22% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB917 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB917 is #2346E8. Grayscale: #B1B1B1. Windows color (decimal): -2311913 or 1554908. OLE color: 1554908.

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

Color convert

RGB 220 185 23 -
CMYK 0 0.16 0.90 0.14
HSL 49.34º 0.81% 0.48% -
HSV(B) 49.34º 0.9% 0.86% -
XYZ 47.02 49.98 7.98 -
YUV 177 41.1 158.67 -
System Red Green Blue C M Y K H S L
Decimal 220 185 23 0 0.16 0.90 0.14 49.34 0.81 0.48
Hex DC B9 17 0 10 5A E 31 51 30
Octal 334 271 27 0 20 132 16 61 121 60
Binary 11011100 10111001 10111 0 10000 1011010 1110 110001 1010001 110000

Color Harmonies of #DCB917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB917

Black with #DCB917

Text Example


Text Example

White with #DCB917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB917; }

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

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

background-color css

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

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

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

border-color css

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

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

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