Html Css Color HEX #DCB610 Sunflower

📋 copy color: '#DCB610'

red 220 ◦ green 182 ◦ blue 16

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

Shades of Sunflower #DCB610

Tints of Sunflower #DCB610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 52.63%
G = 43.54%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCB610 (or 0xDCB610) is known color: Sunflower. HEX triplet: DC, B6 and 10. RGB value is (220,182,16). Sum of RGB (Red+Green+Blue) = 220+182+16=418 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.63% from 418); Green value is 182 (71.48% from 255 or 43.54% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB610 is #2349EF. Grayscale: #AFAFAF. Windows color (decimal): -2312688 or 1095388. OLE color: 1095388.

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

Color convert

RGB 220 182 16 -
CMYK 0 0.17 0.93 0.14
HSL 48.82º 0.86% 0.46% -
HSV(B) 48.82º 0.93% 0.86% -
XYZ 46.34 48.71 7.45 -
YUV 174.44 38.59 160.5 -
System Red Green Blue C M Y K H S L
Decimal 220 182 16 0 0.17 0.93 0.14 48.82 0.86 0.46
Hex DC B6 10 0 11 5D E 31 56 2E
Octal 334 266 20 0 21 135 16 61 126 56
Binary 11011100 10110110 10000 0 10001 1011101 1110 110001 1010110 101110

Color Harmonies of #DCB610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB610

Black with #DCB610

Text Example


Text Example

White with #DCB610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB610; }

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

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

background-color css

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

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

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

border-color css

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

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

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