Html Css Color HEX #DCB317 Sunflower

📋 copy color: '#DCB317'

red 220 ◦ green 179 ◦ blue 23

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

Shades of Sunflower #DCB317

Tints of Sunflower #DCB317

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

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

R = 52.13%
G = 42.42%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DCB317 (or 0xDCB317) is known color: Sunflower. HEX triplet: DC, B3 and 17. RGB value is (220,179,23). Sum of RGB (Red+Green+Blue) = 220+179+23=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 23 (9.38% from 255 or 5.45% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB317 is #234CE8. Grayscale: #AEAEAE. Windows color (decimal): -2313449 or 1553372. OLE color: 1553372.

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

Color convert

RGB 220 179 23 -
CMYK 0 0.19 0.90 0.14
HSL 47.51º 0.81% 0.48% -
HSV(B) 47.51º 0.9% 0.86% -
XYZ 45.79 47.52 7.57 -
YUV 173.48 43.08 161.18 -
System Red Green Blue C M Y K H S L
Decimal 220 179 23 0 0.19 0.90 0.14 47.51 0.81 0.48
Hex DC B3 17 0 13 5A E 30 51 30
Octal 334 263 27 0 23 132 16 60 121 60
Binary 11011100 10110011 10111 0 10011 1011010 1110 110000 1010001 110000

Color Harmonies of #DCB317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB317

Black with #DCB317

Text Example


Text Example

White with #DCB317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB317; }

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

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

background-color css

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

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

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

border-color css

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

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

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