Html Css Color HEX #DCB716 Sunflower

📋 copy color: '#DCB716'

red 220 ◦ green 183 ◦ blue 22

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

Shades of Sunflower #DCB716

Tints of Sunflower #DCB716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.18%

R = 51.76%
G = 43.06%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCB716 (or 0xDCB716) is known color: Sunflower. HEX triplet: DC, B7 and 16. RGB value is (220,183,22). Sum of RGB (Red+Green+Blue) = 220+183+22=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 183 (71.88% from 255 or 43.06% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB716 is #2348E9. Grayscale: #B0B0B0. Windows color (decimal): -2312426 or 1488860. OLE color: 1488860.

HSL color Cylindrical-coordinate representation of color #DCB716: hue angle of 48.79º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCB716 is Cyan = 0, Magento = 0.17, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 183 22 -
CMYK 0 0.17 0.9 0.14
HSL 48.79º 0.82% 0.47% -
HSV(B) 48.79º 0.9% 0.86% -
XYZ 46.59 49.14 7.79 -
YUV 175.71 41.26 159.59 -
System Red Green Blue C M Y K H S L
Decimal 220 183 22 0 0.17 0.9 0.14 48.79 0.82 0.47
Hex DC B7 16 0 11 5A E 31 52 2F
Octal 334 267 26 0 21 132 16 61 122 57
Binary 11011100 10110111 10110 0 10001 1011010 1110 110001 1010010 101111

Color Harmonies of #DCB716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB716

Black with #DCB716

Text Example


Text Example

White with #DCB716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB716; }

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

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

background-color css

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

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

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

border-color css

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

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

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