Html Css Color HEX #DCB518 Sunflower

📋 copy color: '#DCB518'

red 220 ◦ green 181 ◦ blue 24

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

Shades of Sunflower #DCB518

Tints of Sunflower #DCB518

RGB

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

 GREEN value IS 181 (71.09% from 255) = 42.59%

 BLUE value IS 24 (9.77% from 255) = 5.65%

R = 51.76%
G = 42.59%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCB518 (or 0xDCB518) is known color: Sunflower. HEX triplet: DC, B5 and 18. RGB value is (220,181,24). Sum of RGB (Red+Green+Blue) = 220+181+24=425 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.76% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 24 (9.77% from 255 or 5.65% from 425); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB518 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB518 is #234AE7. Grayscale: #AFAFAF. Windows color (decimal): -2312936 or 1619420. OLE color: 1619420.

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

Color convert

RGB 220 181 24 -
CMYK 0 0.18 0.89 0.14
HSL 48.06º 0.8% 0.48% -
HSV(B) 48.06º 0.89% 0.86% -
XYZ 46.2 48.33 7.76 -
YUV 174.76 42.92 160.27 -
System Red Green Blue C M Y K H S L
Decimal 220 181 24 0 0.18 0.89 0.14 48.06 0.8 0.48
Hex DC B5 18 0 12 59 E 30 50 30
Octal 334 265 30 0 22 131 16 60 120 60
Binary 11011100 10110101 11000 0 10010 1011001 1110 110000 1010000 110000

Color Harmonies of #DCB518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB518

Black with #DCB518

Text Example


Text Example

White with #DCB518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB518; }

 p { color: rgb(220,181,24); }

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

background-color css

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

 a { background-color: rgb(220,181,24); }

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

border-color css

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

 span { border-color: rgb(220,181,24); }

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