Html Css Color HEX #DCB914 Sunflower

📋 copy color: '#DCB914'

red 220 ◦ green 185 ◦ blue 20

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

Shades of Sunflower #DCB914

Tints of Sunflower #DCB914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.71%

R = 51.76%
G = 43.53%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCB914 (or 0xDCB914) is known color: Sunflower. HEX triplet: DC, B9 and 14. RGB value is (220,185,20). Sum of RGB (Red+Green+Blue) = 220+185+20=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB914 is #2346EB. Grayscale: #B1B1B1. Windows color (decimal): -2311916 or 1358300. OLE color: 1358300.

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

Color convert

RGB 220 185 20 -
CMYK 0 0.16 0.91 0.14
HSL 49.5º 0.83% 0.47% -
HSV(B) 49.5º 0.91% 0.86% -
XYZ 46.99 49.96 7.83 -
YUV 176.66 39.6 158.92 -
System Red Green Blue C M Y K H S L
Decimal 220 185 20 0 0.16 0.91 0.14 49.5 0.83 0.47
Hex DC B9 14 0 10 5B E 32 53 2F
Octal 334 271 24 0 20 133 16 62 123 57
Binary 11011100 10111001 10100 0 10000 1011011 1110 110010 1010011 101111

Color Harmonies of #DCB914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB914

Black with #DCB914

Text Example


Text Example

White with #DCB914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB914; }

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

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

background-color css

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

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

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

border-color css

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

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

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