Html Css Color HEX #DCB80E Sunflower

📋 copy color: '#DCB80E'

red 220 ◦ green 184 ◦ blue 14

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

Shades of Sunflower #DCB80E

Tints of Sunflower #DCB80E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.02%

 BLUE value IS 14 (5.86% from 255) = 3.35%

R = 52.63%
G = 44.02%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCB80E (or 0xDCB80E) is known color: Sunflower. HEX triplet: DC, B8 and 0E. RGB value is (220,184,14). Sum of RGB (Red+Green+Blue) = 220+184+14=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 14 (5.86% from 255 or 3.35% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB80E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB80E is #2347F1. Grayscale: #B0B0B0. Windows color (decimal): -2312178 or 964828. OLE color: 964828.

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

Color convert

RGB 220 184 14 -
CMYK 0 0.16 0.94 0.14
HSL 49.51º 0.88% 0.46% -
HSV(B) 49.51º 0.94% 0.86% -
XYZ 46.73 49.53 7.51 -
YUV 175.38 36.93 159.82 -
System Red Green Blue C M Y K H S L
Decimal 220 184 14 0 0.16 0.94 0.14 49.51 0.88 0.46
Hex DC B8 E 0 10 5E E 32 58 2E
Octal 334 270 16 0 20 136 16 62 130 56
Binary 11011100 10111000 1110 0 10000 1011110 1110 110010 1011000 101110

Color Harmonies of #DCB80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB80E

Black with #DCB80E

Text Example


Text Example

White with #DCB80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB80E; }

 p { color: rgb(220,184,14); }

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

background-color css

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

 a { background-color: rgb(220,184,14); }

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

border-color css

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

 span { border-color: rgb(220,184,14); }

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