Html Css Color HEX #DCB811 Sunflower

📋 copy color: '#DCB811'

red 220 ◦ green 184 ◦ blue 17

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

Shades of Sunflower #DCB811

Tints of Sunflower #DCB811

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.71%

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

R = 52.26%
G = 43.71%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCB811 (or 0xDCB811) is known color: Sunflower. HEX triplet: DC, B8 and 11. RGB value is (220,184,17). Sum of RGB (Red+Green+Blue) = 220+184+17=421 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.26% from 421); Green value is 184 (72.27% from 255 or 43.71% from 421); Blue value is 17 (7.03% from 255 or 4.04% from 421); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB811 is #2347EE. Grayscale: #B0B0B0. Windows color (decimal): -2312175 or 1161436. OLE color: 1161436.

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

Color convert

RGB 220 184 17 -
CMYK 0 0.16 0.92 0.14
HSL 49.36º 0.86% 0.46% -
HSV(B) 49.36º 0.92% 0.86% -
XYZ 46.76 49.54 7.63 -
YUV 175.73 38.43 159.58 -
System Red Green Blue C M Y K H S L
Decimal 220 184 17 0 0.16 0.92 0.14 49.36 0.86 0.46
Hex DC B8 11 0 10 5C E 31 56 2E
Octal 334 270 21 0 20 134 16 61 126 56
Binary 11011100 10111000 10001 0 10000 1011100 1110 110001 1010110 101110

Color Harmonies of #DCB811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB811

Black with #DCB811

Text Example


Text Example

White with #DCB811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB811; }

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

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

background-color css

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

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

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

border-color css

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

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

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