Html Css Color HEX #DCB919 Sunflower

📋 copy color: '#DCB919'

red 220 ◦ green 185 ◦ blue 25

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

Shades of Sunflower #DCB919

Tints of Sunflower #DCB919

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.81%

R = 51.16%
G = 43.02%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCB919 (or 0xDCB919) is known color: Sunflower. HEX triplet: DC, B9 and 19. RGB value is (220,185,25). Sum of RGB (Red+Green+Blue) = 220+185+25=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 185 (72.66% from 255 or 43.02% from 430); Blue value is 25 (10.16% from 255 or 5.81% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB919 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB919 is #2346E6. Grayscale: #B1B1B1. Windows color (decimal): -2311911 or 1685980. OLE color: 1685980.

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

Color convert

RGB 220 185 25 -
CMYK 0 0.16 0.89 0.14
HSL 49.23º 0.8% 0.48% -
HSV(B) 49.23º 0.89% 0.86% -
XYZ 47.04 49.98 8.09 -
YUV 177.23 42.1 158.51 -
System Red Green Blue C M Y K H S L
Decimal 220 185 25 0 0.16 0.89 0.14 49.23 0.8 0.48
Hex DC B9 19 0 10 59 E 31 50 30
Octal 334 271 31 0 20 131 16 61 120 60
Binary 11011100 10111001 11001 0 10000 1011001 1110 110001 1010000 110000

Color Harmonies of #DCB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB919

Black with #DCB919

Text Example


Text Example

White with #DCB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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