Html Css Color HEX #DFBE50 Ronchi

📋 copy color: '#DFBE50'

red 223 ◦ green 190 ◦ blue 80

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

Shades of Ronchi #DFBE50

Tints of Ronchi #DFBE50

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.54%

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

R = 45.23%
G = 38.54%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFBE50 (or 0xDFBE50) is known color: Ronchi. HEX triplet: DF, BE and 50. RGB value is (223,190,80). Sum of RGB (Red+Green+Blue) = 223+190+80=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE50 is #2041AF. Grayscale: #BBBBBB. Windows color (decimal): -2113968 or 5291743. OLE color: 5291743.

HSL color Cylindrical-coordinate representation of color #DFBE50: hue angle of 46.15º 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 #DFBE50 is Cyan = 0, Magento = 0.15, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 190 80 -
CMYK 0 0.15 0.64 0.13
HSL 46.15º 0.69% 0.59% -
HSV(B) 46.15º 0.64% 0.87% -
XYZ 50.29 53.09 15.19 -
YUV 187.33 67.43 153.44 -
System Red Green Blue C M Y K H S L
Decimal 223 190 80 0 0.15 0.64 0.13 46.15 0.69 0.59
Hex DF BE 50 0 F 40 D 2E 45 3B
Octal 337 276 120 0 17 100 15 56 105 73
Binary 11011111 10111110 1010000 0 1111 1000000 1101 101110 1000101 111011

Color Harmonies of #DFBE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBE50

Black with #DFBE50

Text Example


Text Example

White with #DFBE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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