Html Css Color HEX #DCB313 Sunflower

📋 copy color: '#DCB313'

red 220 ◦ green 179 ◦ blue 19

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

Shades of Sunflower #DCB313

Tints of Sunflower #DCB313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.55%

R = 52.63%
G = 42.82%
B = 4.55%

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

#DCB313 (or 0xDCB313) is known color: Sunflower. HEX triplet: DC, B3 and 13. RGB value is (220,179,19). Sum of RGB (Red+Green+Blue) = 220+179+19=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 19 (7.81% from 255 or 4.55% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB313 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB313 is #234CEC. Grayscale: #ADADAD. Windows color (decimal): -2313453 or 1291228. OLE color: 1291228.

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

Color convert

RGB 220 179 19 -
CMYK 0 0.19 0.91 0.14
HSL 47.76º 0.84% 0.47% -
HSV(B) 47.76º 0.91% 0.86% -
XYZ 45.75 47.5 7.37 -
YUV 173.02 41.08 161.51 -
System Red Green Blue C M Y K H S L
Decimal 220 179 19 0 0.19 0.91 0.14 47.76 0.84 0.47
Hex DC B3 13 0 13 5B E 30 54 2F
Octal 334 263 23 0 23 133 16 60 124 57
Binary 11011100 10110011 10011 0 10011 1011011 1110 110000 1010100 101111

Color Harmonies of #DCB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB313

Black with #DCB313

Text Example


Text Example

White with #DCB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB313; }

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

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

background-color css

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

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

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

border-color css

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

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

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