Html Css Color HEX #DFBA50 Ronchi

📋 copy color: '#DFBA50'

red 223 ◦ green 186 ◦ blue 80

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

Shades of Ronchi #DFBA50

Tints of Ronchi #DFBA50

RGB

 RED value IS 223 (87.5% from 255) = 45.6%

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

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

R = 45.6%
G = 38.04%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFBA50 (or 0xDFBA50) is known color: Ronchi. HEX triplet: DF, BA and 50. RGB value is (223,186,80). Sum of RGB (Red+Green+Blue) = 223+186+80=489 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.60% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 80 (31.64% from 255 or 16.36% from 489); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBA50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBA50 is #2045AF. Grayscale: #B9B9B9. Windows color (decimal): -2114992 or 5290719. OLE color: 5290719.

HSL color Cylindrical-coordinate representation of color #DFBA50: hue angle of 44.48º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DFBA50 is Cyan = 0, Magento = 0.17, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 186 80 -
CMYK 0 0.17 0.64 0.13
HSL 44.48º 0.69% 0.59% -
HSV(B) 44.48º 0.64% 0.87% -
XYZ 49.44 51.38 14.9 -
YUV 184.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 223 186 80 0 0.17 0.64 0.13 44.48 0.69 0.59
Hex DF BA 50 0 11 40 D 2C 45 3B
Octal 337 272 120 0 21 100 15 54 105 73
Binary 11011111 10111010 1010000 0 10001 1000000 1101 101100 1000101 111011

Color Harmonies of #DFBA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBA50

Black with #DFBA50

Text Example


Text Example

White with #DFBA50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBA50; }

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

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

background-color css

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

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

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

border-color css

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

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

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