Html Css Color HEX #DCB810 Sunflower

📋 copy color: '#DCB810'

red 220 ◦ green 184 ◦ blue 16

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

Shades of Sunflower #DCB810

Tints of Sunflower #DCB810

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.81%

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

R = 52.38%
G = 43.81%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#DCB810 (or 0xDCB810) is known color: Sunflower. HEX triplet: DC, B8 and 10. RGB value is (220,184,16). Sum of RGB (Red+Green+Blue) = 220+184+16=420 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.38% from 420); Green value is 184 (72.27% from 255 or 43.81% from 420); Blue value is 16 (6.64% from 255 or 3.81% from 420); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB810 is #2347EF. Grayscale: #B0B0B0. Windows color (decimal): -2312176 or 1095900. OLE color: 1095900.

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

Color convert

RGB 220 184 16 -
CMYK 0 0.16 0.93 0.14
HSL 49.41º 0.86% 0.46% -
HSV(B) 49.41º 0.93% 0.86% -
XYZ 46.75 49.53 7.59 -
YUV 175.61 37.93 159.66 -
System Red Green Blue C M Y K H S L
Decimal 220 184 16 0 0.16 0.93 0.14 49.41 0.86 0.46
Hex DC B8 10 0 10 5D E 31 56 2E
Octal 334 270 20 0 20 135 16 61 126 56
Binary 11011100 10111000 10000 0 10000 1011101 1110 110001 1010110 101110

Color Harmonies of #DCB810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB810

Black with #DCB810

Text Example


Text Example

White with #DCB810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB810; }

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

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

background-color css

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

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

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

border-color css

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

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

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