Html Css Color HEX #DCB613 Sunflower

📋 copy color: '#DCB613'

red 220 ◦ green 182 ◦ blue 19

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

Shades of Sunflower #DCB613

Tints of Sunflower #DCB613

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.23%

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

R = 52.26%
G = 43.23%
B = 4.51%

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

#DCB613 (or 0xDCB613) is known color: Sunflower. HEX triplet: DC, B6 and 13. RGB value is (220,182,19). Sum of RGB (Red+Green+Blue) = 220+182+19=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB613 is #2349EC. Grayscale: #AFAFAF. Windows color (decimal): -2312685 or 1291996. OLE color: 1291996.

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

Color convert

RGB 220 182 19 -
CMYK 0 0.17 0.91 0.14
HSL 48.66º 0.84% 0.47% -
HSV(B) 48.66º 0.91% 0.86% -
XYZ 46.36 48.72 7.58 -
YUV 174.78 40.09 160.25 -
System Red Green Blue C M Y K H S L
Decimal 220 182 19 0 0.17 0.91 0.14 48.66 0.84 0.47
Hex DC B6 13 0 11 5B E 31 54 2F
Octal 334 266 23 0 21 133 16 61 124 57
Binary 11011100 10110110 10011 0 10001 1011011 1110 110001 1010100 101111

Color Harmonies of #DCB613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB613

Black with #DCB613

Text Example


Text Example

White with #DCB613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB613; }

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

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

background-color css

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

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

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

border-color css

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

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

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