Html Css Color HEX #DCB60E Sunflower

📋 copy color: '#DCB60E'

red 220 ◦ green 182 ◦ blue 14

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

Shades of Sunflower #DCB60E

Tints of Sunflower #DCB60E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 43.75%

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 52.88%
G = 43.75%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DCB60E (or 0xDCB60E) is known color: Sunflower. HEX triplet: DC, B6 and 0E. RGB value is (220,182,14). Sum of RGB (Red+Green+Blue) = 220+182+14=416 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.88% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB60E is #2349F1. Grayscale: #AEAEAE. Windows color (decimal): -2312690 or 964316. OLE color: 964316.

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

Color convert

RGB 220 182 14 -
CMYK 0 0.17 0.94 0.14
HSL 48.93º 0.88% 0.46% -
HSV(B) 48.93º 0.94% 0.86% -
XYZ 46.32 48.7 7.37 -
YUV 174.21 37.59 160.66 -
System Red Green Blue C M Y K H S L
Decimal 220 182 14 0 0.17 0.94 0.14 48.93 0.88 0.46
Hex DC B6 E 0 11 5E E 31 58 2E
Octal 334 266 16 0 21 136 16 61 130 56
Binary 11011100 10110110 1110 0 10001 1011110 1110 110001 1011000 101110

Color Harmonies of #DCB60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB60E

Black with #DCB60E

Text Example


Text Example

White with #DCB60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB60E; }

 p { color: rgb(220,182,14); }

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

background-color css

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

 a { background-color: rgb(220,182,14); }

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

border-color css

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

 span { border-color: rgb(220,182,14); }

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