Html Css Color HEX #DCB510 Sunflower

📋 copy color: '#DCB510'

red 220 ◦ green 181 ◦ blue 16

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

Shades of Sunflower #DCB510

Tints of Sunflower #DCB510

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.41%

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

R = 52.76%
G = 43.41%
B = 3.84%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCB510 (or 0xDCB510) is known color: Sunflower. HEX triplet: DC, B5 and 10. RGB value is (220,181,16). Sum of RGB (Red+Green+Blue) = 220+181+16=417 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.76% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB510 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB510 is #234AEF. Grayscale: #AEAEAE. Windows color (decimal): -2312944 or 1095132. OLE color: 1095132.

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

Color convert

RGB 220 181 16 -
CMYK 0 0.18 0.93 0.14
HSL 48.53º 0.86% 0.46% -
HSV(B) 48.53º 0.93% 0.86% -
XYZ 46.13 48.3 7.38 -
YUV 173.85 38.92 160.92 -
System Red Green Blue C M Y K H S L
Decimal 220 181 16 0 0.18 0.93 0.14 48.53 0.86 0.46
Hex DC B5 10 0 12 5D E 31 56 2E
Octal 334 265 20 0 22 135 16 61 126 56
Binary 11011100 10110101 10000 0 10010 1011101 1110 110001 1010110 101110

Color Harmonies of #DCB510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB510

Black with #DCB510

Text Example


Text Example

White with #DCB510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB510; }

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

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

background-color css

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

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

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

border-color css

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

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

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