Html Css Color HEX #DCB511 Sunflower

📋 copy color: '#DCB511'

red 220 ◦ green 181 ◦ blue 17

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

Shades of Sunflower #DCB511

Tints of Sunflower #DCB511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.07%

R = 52.63%
G = 43.3%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCB511 (or 0xDCB511) is known color: Sunflower. HEX triplet: DC, B5 and 11. RGB value is (220,181,17). Sum of RGB (Red+Green+Blue) = 220+181+17=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 181 (71.09% from 255 or 43.30% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB511 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB511 is #234AEE. Grayscale: #AEAEAE. Windows color (decimal): -2312943 or 1160668. OLE color: 1160668.

HSL color Cylindrical-coordinate representation of color #DCB511: hue angle of 48.47º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DCB511 is Cyan = 0, Magento = 0.18, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 181 17 -
CMYK 0 0.18 0.92 0.14
HSL 48.47º 0.86% 0.46% -
HSV(B) 48.47º 0.92% 0.86% -
XYZ 46.14 48.3 7.42 -
YUV 173.97 39.42 160.84 -
System Red Green Blue C M Y K H S L
Decimal 220 181 17 0 0.18 0.92 0.14 48.47 0.86 0.46
Hex DC B5 11 0 12 5C E 30 56 2E
Octal 334 265 21 0 22 134 16 60 126 56
Binary 11011100 10110101 10001 0 10010 1011100 1110 110000 1010110 101110

Color Harmonies of #DCB511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB511

Black with #DCB511

Text Example


Text Example

White with #DCB511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB511; }

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

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

background-color css

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

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

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

border-color css

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

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

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