Html Css Color HEX #DCB910 Sunflower

📋 copy color: '#DCB910'

red 220 ◦ green 185 ◦ blue 16

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

Shades of Sunflower #DCB910

Tints of Sunflower #DCB910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.8%

R = 52.26%
G = 43.94%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCB910 (or 0xDCB910) is known color: Sunflower. HEX triplet: DC, B9 and 10. RGB value is (220,185,16). Sum of RGB (Red+Green+Blue) = 220+185+16=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 185 (72.66% from 255 or 43.94% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB910 is #2346EF. Grayscale: #B0B0B0. Windows color (decimal): -2311920 or 1096156. OLE color: 1096156.

HSL color Cylindrical-coordinate representation of color #DCB910: hue angle of 49.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DCB910 is Cyan = 0, Magento = 0.16, Yellow = 0.93 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 185 16 -
CMYK 0 0.16 0.93 0.14
HSL 49.71º 0.86% 0.46% -
HSV(B) 49.71º 0.93% 0.86% -
XYZ 46.96 49.95 7.66 -
YUV 176.2 37.6 159.24 -
System Red Green Blue C M Y K H S L
Decimal 220 185 16 0 0.16 0.93 0.14 49.71 0.86 0.46
Hex DC B9 10 0 10 5D E 32 56 2E
Octal 334 271 20 0 20 135 16 62 126 56
Binary 11011100 10111001 10000 0 10000 1011101 1110 110010 1010110 101110

Color Harmonies of #DCB910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB910

Black with #DCB910

Text Example


Text Example

White with #DCB910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB910; }

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

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

background-color css

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

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

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

border-color css

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

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

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