Html Css Color HEX #DFBC50 Ronchi

📋 copy color: '#DFBC50'

red 223 ◦ green 188 ◦ blue 80

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

Shades of Ronchi #DFBC50

Tints of Ronchi #DFBC50

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.29%

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

R = 45.42%
G = 38.29%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DFBC50 (or 0xDFBC50) is known color: Ronchi. HEX triplet: DF, BC and 50. RGB value is (223,188,80). Sum of RGB (Red+Green+Blue) = 223+188+80=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 80 (31.64% from 255 or 16.29% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBC50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBC50 is #2043AF. Grayscale: #BABABA. Windows color (decimal): -2114480 or 5291231. OLE color: 5291231.

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

Color convert

RGB 223 188 80 -
CMYK 0 0.16 0.64 0.13
HSL 45.31º 0.69% 0.59% -
HSV(B) 45.31º 0.64% 0.87% -
XYZ 49.86 52.23 15.04 -
YUV 186.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 223 188 80 0 0.16 0.64 0.13 45.31 0.69 0.59
Hex DF BC 50 0 10 40 D 2D 45 3B
Octal 337 274 120 0 20 100 15 55 105 73
Binary 11011111 10111100 1010000 0 10000 1000000 1101 101101 1000101 111011

Color Harmonies of #DFBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFBC50

Black with #DFBC50

Text Example


Text Example

White with #DFBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFBC50; }

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

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

background-color css

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

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

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

border-color css

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

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

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