Html Css Color HEX #DCB210 Sunflower

📋 copy color: '#DCB210'

red 220 ◦ green 178 ◦ blue 16

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

Shades of Sunflower #DCB210

Tints of Sunflower #DCB210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43%

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

R = 53.14%
G = 43%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCB210 (or 0xDCB210) is known color: Sunflower. HEX triplet: DC, B2 and 10. RGB value is (220,178,16). Sum of RGB (Red+Green+Blue) = 220+178+16=414 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.14% from 414); Green value is 178 (69.92% from 255 or 43.00% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB210 is #234DEF. Grayscale: #ACACAC. Windows color (decimal): -2313712 or 1094364. OLE color: 1094364.

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

Color convert

RGB 220 178 16 -
CMYK 0 0.19 0.93 0.14
HSL 47.65º 0.86% 0.46% -
HSV(B) 47.65º 0.93% 0.86% -
XYZ 45.53 47.09 7.18 -
YUV 172.09 39.91 162.17 -
System Red Green Blue C M Y K H S L
Decimal 220 178 16 0 0.19 0.93 0.14 47.65 0.86 0.46
Hex DC B2 10 0 13 5D E 30 56 2E
Octal 334 262 20 0 23 135 16 60 126 56
Binary 11011100 10110010 10000 0 10011 1011101 1110 110000 1010110 101110

Color Harmonies of #DCB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB210

Black with #DCB210

Text Example


Text Example

White with #DCB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB210; }

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

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

background-color css

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

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

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

border-color css

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

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

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