Html Css Color HEX #DCB010 Sunflower

📋 copy color: '#DCB010'

red 220 ◦ green 176 ◦ blue 16

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

Shades of Sunflower #DCB010

Tints of Sunflower #DCB010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.72%

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

R = 53.4%
G = 42.72%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCB010 (or 0xDCB010) is known color: Sunflower. HEX triplet: DC, B0 and 10. RGB value is (220,176,16). Sum of RGB (Red+Green+Blue) = 220+176+16=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 16 (6.64% from 255 or 3.88% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB010 is #234FEF. Grayscale: #ABABAB. Windows color (decimal): -2314224 or 1093852. OLE color: 1093852.

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

Color convert

RGB 220 176 16 -
CMYK 0 0.2 0.93 0.14
HSL 47.06º 0.86% 0.46% -
HSV(B) 47.06º 0.93% 0.86% -
XYZ 45.13 46.3 7.05 -
YUV 170.92 40.58 163.01 -
System Red Green Blue C M Y K H S L
Decimal 220 176 16 0 0.2 0.93 0.14 47.06 0.86 0.46
Hex DC B0 10 0 14 5D E 2F 56 2E
Octal 334 260 20 0 24 135 16 57 126 56
Binary 11011100 10110000 10000 0 10100 1011101 1110 101111 1010110 101110

Color Harmonies of #DCB010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB010

Black with #DCB010

Text Example


Text Example

White with #DCB010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB010; }

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

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

background-color css

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

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

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

border-color css

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

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

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