Html Css Color HEX #DCB713 Sunflower

📋 copy color: '#DCB713'

red 220 ◦ green 183 ◦ blue 19

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

Shades of Sunflower #DCB713

Tints of Sunflower #DCB713

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.36%

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

R = 52.13%
G = 43.36%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DCB713 (or 0xDCB713) is known color: Sunflower. HEX triplet: DC, B7 and 13. RGB value is (220,183,19). Sum of RGB (Red+Green+Blue) = 220+183+19=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 183 (71.88% from 255 or 43.36% from 422); Blue value is 19 (7.81% from 255 or 4.50% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB713 is #2348EC. Grayscale: #B0B0B0. Windows color (decimal): -2312429 or 1292252. OLE color: 1292252.

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

Color convert

RGB 220 183 19 -
CMYK 0 0.17 0.91 0.14
HSL 48.96º 0.84% 0.47% -
HSV(B) 48.96º 0.91% 0.86% -
XYZ 46.57 49.13 7.64 -
YUV 175.37 39.76 159.84 -
System Red Green Blue C M Y K H S L
Decimal 220 183 19 0 0.17 0.91 0.14 48.96 0.84 0.47
Hex DC B7 13 0 11 5B E 31 54 2F
Octal 334 267 23 0 21 133 16 61 124 57
Binary 11011100 10110111 10011 0 10001 1011011 1110 110001 1010100 101111

Color Harmonies of #DCB713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB713

Black with #DCB713

Text Example


Text Example

White with #DCB713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB713; }

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

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

background-color css

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

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

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

border-color css

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

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

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