Html Css Color HEX #DCBA50 Ronchi

📋 copy color: '#DCBA50'

red 220 ◦ green 186 ◦ blue 80

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

Shades of Ronchi #DCBA50

Tints of Ronchi #DCBA50

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.27%

 BLUE value IS 80 (31.64% from 255) = 16.46%

R = 45.27%
G = 38.27%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DCBA50 (or 0xDCBA50) is known color: Ronchi. HEX triplet: DC, BA and 50. RGB value is (220,186,80). Sum of RGB (Red+Green+Blue) = 220+186+80=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 80 (31.64% from 255 or 16.46% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBA50 is #2345AF. Grayscale: #B8B8B8. Windows color (decimal): -2311600 or 5290716. OLE color: 5290716.

HSL color Cylindrical-coordinate representation of color #DCBA50: hue angle of 45.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DCBA50 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 186 80 -
CMYK 0 0.15 0.64 0.14
HSL 45.43º 0.67% 0.59% -
HSV(B) 45.43º 0.64% 0.86% -
XYZ 48.52 50.91 14.86 -
YUV 184.08 69.26 153.62 -
System Red Green Blue C M Y K H S L
Decimal 220 186 80 0 0.15 0.64 0.14 45.43 0.67 0.59
Hex DC BA 50 0 F 40 E 2D 43 3B
Octal 334 272 120 0 17 100 16 55 103 73
Binary 11011100 10111010 1010000 0 1111 1000000 1110 101101 1000011 111011

Color Harmonies of #DCBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCBA50

Black with #DCBA50

Text Example


Text Example

White with #DCBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCBA50; }

 p { color: rgb(220,186,80); }

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

background-color css

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

 a { background-color: rgb(220,186,80); }

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

border-color css

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

 span { border-color: rgb(220,186,80); }

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