Html Css Color HEX #DCB314 Sunflower

📋 copy color: '#DCB314'

red 220 ◦ green 179 ◦ blue 20

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

Shades of Sunflower #DCB314

Tints of Sunflower #DCB314

RGB

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

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

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

R = 52.51%
G = 42.72%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCB314 (or 0xDCB314) is known color: Sunflower. HEX triplet: DC, B3 and 14. RGB value is (220,179,20). Sum of RGB (Red+Green+Blue) = 220+179+20=419 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.51% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB314 is #234CEB. Grayscale: #ADADAD. Windows color (decimal): -2313452 or 1356764. OLE color: 1356764.

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

Color convert

RGB 220 179 20 -
CMYK 0 0.19 0.91 0.14
HSL 47.7º 0.83% 0.47% -
HSV(B) 47.7º 0.91% 0.86% -
XYZ 45.76 47.51 7.42 -
YUV 173.13 41.58 161.43 -
System Red Green Blue C M Y K H S L
Decimal 220 179 20 0 0.19 0.91 0.14 47.7 0.83 0.47
Hex DC B3 14 0 13 5B E 30 53 2F
Octal 334 263 24 0 23 133 16 60 123 57
Binary 11011100 10110011 10100 0 10011 1011011 1110 110000 1010011 101111

Color Harmonies of #DCB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB314

Black with #DCB314

Text Example


Text Example

White with #DCB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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