Html Css Color HEX #DCB717 Sunflower

📋 copy color: '#DCB717'

red 220 ◦ green 183 ◦ blue 23

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

Shades of Sunflower #DCB717

Tints of Sunflower #DCB717

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.96%

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

R = 51.64%
G = 42.96%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCB717 (or 0xDCB717) is known color: Sunflower. HEX triplet: DC, B7 and 17. RGB value is (220,183,23). Sum of RGB (Red+Green+Blue) = 220+183+23=426 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.64% from 426); Green value is 183 (71.88% from 255 or 42.96% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB717 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB717 is #2348E8. Grayscale: #B0B0B0. Windows color (decimal): -2312425 or 1554396. OLE color: 1554396.

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

Color convert

RGB 220 183 23 -
CMYK 0 0.17 0.90 0.14
HSL 48.73º 0.81% 0.48% -
HSV(B) 48.73º 0.9% 0.86% -
XYZ 46.6 49.14 7.84 -
YUV 175.82 41.76 159.51 -
System Red Green Blue C M Y K H S L
Decimal 220 183 23 0 0.17 0.90 0.14 48.73 0.81 0.48
Hex DC B7 17 0 11 5A E 31 51 30
Octal 334 267 27 0 21 132 16 61 121 60
Binary 11011100 10110111 10111 0 10001 1011010 1110 110001 1010001 110000

Color Harmonies of #DCB717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB717

Black with #DCB717

Text Example


Text Example

White with #DCB717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB717; }

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

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

background-color css

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

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

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

border-color css

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

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

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