Html Css Color HEX #DCB711 Sunflower

📋 copy color: '#DCB711'

red 220 ◦ green 183 ◦ blue 17

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

Shades of Sunflower #DCB711

Tints of Sunflower #DCB711

RGB

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

 GREEN value IS 183 (71.88% from 255) = 43.57%

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

R = 52.38%
G = 43.57%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DCB711 (or 0xDCB711) is known color: Sunflower. HEX triplet: DC, B7 and 11. RGB value is (220,183,17). Sum of RGB (Red+Green+Blue) = 220+183+17=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 17 (7.03% from 255 or 4.05% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB711 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB711 is #2348EE. Grayscale: #AFAFAF. Windows color (decimal): -2312431 or 1161180. OLE color: 1161180.

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

Color convert

RGB 220 183 17 -
CMYK 0 0.17 0.92 0.14
HSL 49.06º 0.86% 0.46% -
HSV(B) 49.06º 0.92% 0.86% -
XYZ 46.55 49.12 7.56 -
YUV 175.14 38.76 160 -
System Red Green Blue C M Y K H S L
Decimal 220 183 17 0 0.17 0.92 0.14 49.06 0.86 0.46
Hex DC B7 11 0 11 5C E 31 56 2E
Octal 334 267 21 0 21 134 16 61 126 56
Binary 11011100 10110111 10001 0 10001 1011100 1110 110001 1010110 101110

Color Harmonies of #DCB711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB711

Black with #DCB711

Text Example


Text Example

White with #DCB711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB711; }

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

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

background-color css

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

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

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

border-color css

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

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

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